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 String
PROXIES
protected static String
PROXY
protected boolean
proxyFragment
protected 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 protected
ProxyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endDocument()
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
-
-
-
-
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
-
-
Method Detail
-
startElement
public void startElement(String ns, String ln, String qn, Attributes a)
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classServiceTicketValidator.Handler
-
endElement
public void endElement(String ns, String ln, String qn) throws SAXException
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classServiceTicketValidator.Handler
- Throws:
SAXException
-
endDocument
public void endDocument() throws SAXException
- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classServiceTicketValidator.Handler
- Throws:
SAXException
-
-