Package edu.yale.its.tp.cas.client
Class ProxyTicketValidator.ProxyHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
edu.yale.its.tp.cas.client.ServiceTicketValidator.Handler
edu.yale.its.tp.cas.client.ProxyTicketValidator.ProxyHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- ProxyTicketValidator
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected boolean
Fields inherited from class edu.yale.its.tp.cas.client.ServiceTicketValidator.Handler
AUTHENTICATION_FAILURE, AUTHENTICATION_SUCCESS, authenticationFailure, authenticationSuccess, currentText, errorCode, errorMessage, netid, pgtIou, PROXY_GRANTING_TICKET, USER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
endElement
(String ns, String ln, String qn) void
startElement
(String ns, String ln, String qn, Attributes a) Methods inherited from class edu.yale.its.tp.cas.client.ServiceTicketValidator.Handler
characters
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
PROXIES
- See Also:
-
PROXY
- See Also:
-
proxyList
-
proxyFragment
protected boolean proxyFragment
-
-
Constructor Details
-
ProxyHandler
protected ProxyHandler()
-
-
Method Details
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classServiceTicketValidator.Handler
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classServiceTicketValidator.Handler
- Throws:
SAXException
-
endDocument
- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classServiceTicketValidator.Handler
- Throws:
SAXException
-