Interface AuthnContextType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface AuthnContextType extends XmlObject
An XML AuthnContextType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuthnContextType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAuthenticatingAuthority(String authenticatingAuthority)Appends the value as the last "AuthenticatingAuthority" elementXmlAnyURIaddNewAuthenticatingAuthority()Appends and returns a new empty value (as xml) as the last "AuthenticatingAuthority" elementXmlObjectaddNewAuthnContextDecl()Appends and returns a new empty "AuthnContextDecl" elementString[]getAuthenticatingAuthorityArray()Gets array of all "AuthenticatingAuthority" elementsStringgetAuthenticatingAuthorityArray(int i)Gets ith "AuthenticatingAuthority" elementStringgetAuthnContextClassRef()Gets the "AuthnContextClassRef" elementXmlObjectgetAuthnContextDecl()Gets the "AuthnContextDecl" elementStringgetAuthnContextDeclRef()Gets the "AuthnContextDeclRef" elementvoidinsertAuthenticatingAuthority(int i, String authenticatingAuthority)Inserts the value as the ith "AuthenticatingAuthority" elementXmlAnyURIinsertNewAuthenticatingAuthority(int i)Inserts and returns a new empty value (as xml) as the ith "AuthenticatingAuthority" elementbooleanisSetAuthnContextClassRef()True if has "AuthnContextClassRef" elementbooleanisSetAuthnContextDecl()True if has "AuthnContextDecl" elementbooleanisSetAuthnContextDeclRef()True if has "AuthnContextDeclRef" elementvoidremoveAuthenticatingAuthority(int i)Removes the ith "AuthenticatingAuthority" elementvoidsetAuthenticatingAuthorityArray(int i, String authenticatingAuthority)Sets ith "AuthenticatingAuthority" elementvoidsetAuthenticatingAuthorityArray(String[] authenticatingAuthorityArray)Sets array of all "AuthenticatingAuthority" elementvoidsetAuthnContextClassRef(String authnContextClassRef)Sets the "AuthnContextClassRef" elementvoidsetAuthnContextDecl(XmlObject authnContextDecl)Sets the "AuthnContextDecl" elementvoidsetAuthnContextDeclRef(String authnContextDeclRef)Sets the "AuthnContextDeclRef" elementintsizeOfAuthenticatingAuthorityArray()Returns number of "AuthenticatingAuthority" elementvoidunsetAuthnContextClassRef()Unsets the "AuthnContextClassRef" elementvoidunsetAuthnContextDecl()Unsets the "AuthnContextDecl" elementvoidunsetAuthnContextDeclRef()Unsets the "AuthnContextDeclRef" elementXmlAnyURI[]xgetAuthenticatingAuthorityArray()Gets (as xml) array of all "AuthenticatingAuthority" elementsXmlAnyURIxgetAuthenticatingAuthorityArray(int i)Gets (as xml) ith "AuthenticatingAuthority" elementXmlAnyURIxgetAuthnContextClassRef()Gets (as xml) the "AuthnContextClassRef" elementXmlAnyURIxgetAuthnContextDeclRef()Gets (as xml) the "AuthnContextDeclRef" elementvoidxsetAuthenticatingAuthorityArray(int i, XmlAnyURI authenticatingAuthority)Sets (as xml) ith "AuthenticatingAuthority" elementvoidxsetAuthenticatingAuthorityArray(XmlAnyURI[] authenticatingAuthorityArray)Sets (as xml) array of all "AuthenticatingAuthority" elementvoidxsetAuthnContextClassRef(XmlAnyURI authnContextClassRef)Sets (as xml) the "AuthnContextClassRef" elementvoidxsetAuthnContextDeclRef(XmlAnyURI authnContextDeclRef)Sets (as xml) the "AuthnContextDeclRef" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAuthnContextClassRef
String getAuthnContextClassRef()
Gets the "AuthnContextClassRef" element
-
xgetAuthnContextClassRef
XmlAnyURI xgetAuthnContextClassRef()
Gets (as xml) the "AuthnContextClassRef" element
-
isSetAuthnContextClassRef
boolean isSetAuthnContextClassRef()
True if has "AuthnContextClassRef" element
-
setAuthnContextClassRef
void setAuthnContextClassRef(String authnContextClassRef)
Sets the "AuthnContextClassRef" element
-
xsetAuthnContextClassRef
void xsetAuthnContextClassRef(XmlAnyURI authnContextClassRef)
Sets (as xml) the "AuthnContextClassRef" element
-
unsetAuthnContextClassRef
void unsetAuthnContextClassRef()
Unsets the "AuthnContextClassRef" element
-
getAuthnContextDecl
XmlObject getAuthnContextDecl()
Gets the "AuthnContextDecl" element
-
isSetAuthnContextDecl
boolean isSetAuthnContextDecl()
True if has "AuthnContextDecl" element
-
setAuthnContextDecl
void setAuthnContextDecl(XmlObject authnContextDecl)
Sets the "AuthnContextDecl" element
-
addNewAuthnContextDecl
XmlObject addNewAuthnContextDecl()
Appends and returns a new empty "AuthnContextDecl" element
-
unsetAuthnContextDecl
void unsetAuthnContextDecl()
Unsets the "AuthnContextDecl" element
-
getAuthnContextDeclRef
String getAuthnContextDeclRef()
Gets the "AuthnContextDeclRef" element
-
xgetAuthnContextDeclRef
XmlAnyURI xgetAuthnContextDeclRef()
Gets (as xml) the "AuthnContextDeclRef" element
-
isSetAuthnContextDeclRef
boolean isSetAuthnContextDeclRef()
True if has "AuthnContextDeclRef" element
-
setAuthnContextDeclRef
void setAuthnContextDeclRef(String authnContextDeclRef)
Sets the "AuthnContextDeclRef" element
-
xsetAuthnContextDeclRef
void xsetAuthnContextDeclRef(XmlAnyURI authnContextDeclRef)
Sets (as xml) the "AuthnContextDeclRef" element
-
unsetAuthnContextDeclRef
void unsetAuthnContextDeclRef()
Unsets the "AuthnContextDeclRef" element
-
getAuthenticatingAuthorityArray
String[] getAuthenticatingAuthorityArray()
Gets array of all "AuthenticatingAuthority" elements
-
getAuthenticatingAuthorityArray
String getAuthenticatingAuthorityArray(int i)
Gets ith "AuthenticatingAuthority" element
-
xgetAuthenticatingAuthorityArray
XmlAnyURI[] xgetAuthenticatingAuthorityArray()
Gets (as xml) array of all "AuthenticatingAuthority" elements
-
xgetAuthenticatingAuthorityArray
XmlAnyURI xgetAuthenticatingAuthorityArray(int i)
Gets (as xml) ith "AuthenticatingAuthority" element
-
sizeOfAuthenticatingAuthorityArray
int sizeOfAuthenticatingAuthorityArray()
Returns number of "AuthenticatingAuthority" element
-
setAuthenticatingAuthorityArray
void setAuthenticatingAuthorityArray(String[] authenticatingAuthorityArray)
Sets array of all "AuthenticatingAuthority" element
-
setAuthenticatingAuthorityArray
void setAuthenticatingAuthorityArray(int i, String authenticatingAuthority)Sets ith "AuthenticatingAuthority" element
-
xsetAuthenticatingAuthorityArray
void xsetAuthenticatingAuthorityArray(XmlAnyURI[] authenticatingAuthorityArray)
Sets (as xml) array of all "AuthenticatingAuthority" element
-
xsetAuthenticatingAuthorityArray
void xsetAuthenticatingAuthorityArray(int i, XmlAnyURI authenticatingAuthority)Sets (as xml) ith "AuthenticatingAuthority" element
-
insertAuthenticatingAuthority
void insertAuthenticatingAuthority(int i, String authenticatingAuthority)Inserts the value as the ith "AuthenticatingAuthority" element
-
addAuthenticatingAuthority
void addAuthenticatingAuthority(String authenticatingAuthority)
Appends the value as the last "AuthenticatingAuthority" element
-
insertNewAuthenticatingAuthority
XmlAnyURI insertNewAuthenticatingAuthority(int i)
Inserts and returns a new empty value (as xml) as the ith "AuthenticatingAuthority" element
-
addNewAuthenticatingAuthority
XmlAnyURI addNewAuthenticatingAuthority()
Appends and returns a new empty value (as xml) as the last "AuthenticatingAuthority" element
-
removeAuthenticatingAuthority
void removeAuthenticatingAuthority(int i)
Removes the ith "AuthenticatingAuthority" element
-
-