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
protected class ProxyTicketValidator.ProxyHandler extends ServiceTicketValidator.Handler
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROXIESprotected static StringPROXYprotected booleanproxyFragmentprotected List<String>proxyList-
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
Constructors Modifier Constructor Description protectedProxyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendDocument()voidendElement(String ns, String ln, String qn)voidstartElement(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
-
-
-
-
Field Detail
-
PROXIES
protected static final String PROXIES
- See Also:
- Constant Field Values
-
PROXY
protected static final String PROXY
- See Also:
- Constant Field Values
-
proxyFragment
protected boolean proxyFragment
-
-
Constructor Detail
-
ProxyHandler
protected ProxyHandler()
-
-
Method Detail
-
startElement
public void startElement(String ns, String ln, String qn, Attributes a)
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classServiceTicketValidator.Handler
-
endElement
public void endElement(String ns, String ln, String qn) throws SAXException
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classServiceTicketValidator.Handler- Throws:
SAXException
-
endDocument
public void endDocument() throws SAXException
- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classServiceTicketValidator.Handler- Throws:
SAXException
-
-