protected class ServiceTicketValidator.Handler extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
AUTHENTICATION_FAILURE |
protected static String |
AUTHENTICATION_SUCCESS |
protected boolean |
authenticationFailure |
protected boolean |
authenticationSuccess |
protected StringBuffer |
currentText |
protected String |
errorCode |
protected String |
errorMessage |
protected String |
netid |
protected String |
pgtIou |
protected static String |
PROXY_GRANTING_TICKET |
protected static String |
USER |
Modifier | Constructor and Description |
---|---|
protected |
Handler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String ns,
String ln,
String qn) |
void |
startElement(String ns,
String ln,
String qn,
Attributes a) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected static final String AUTHENTICATION_SUCCESS
protected static final String AUTHENTICATION_FAILURE
protected static final String PROXY_GRANTING_TICKET
protected static final String USER
protected StringBuffer currentText
protected boolean authenticationSuccess
protected boolean authenticationFailure
protected String errorMessage
protected Handler()
public void startElement(String ns, String ln, String qn, Attributes a)
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
public void endElement(String ns, String ln, String qn) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
SAXException
Copyright © 2018 Nuxeo. All rights reserved.