public interface RequestedAuthnContext
The following schema fragment specifies the expected content contained within this java content object.
<element name="RequestedAuthnContext" type="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContextType"/>
Modifier and Type | Method and Description |
---|---|
List<String> |
getAuthnContextClassRef()
Returns list of authentication context class references.
|
List |
getAuthnContextDeclRef()
Returns list of authentication context declaration class references.
|
String |
getComparison()
Returns the value of
Comparison property. |
boolean |
isMutable()
Returns true if mutable, false otherwise.
|
void |
makeImmutable()
Makes this object immutable by making this object unmodifiable.
|
void |
setAuthnContextClassRef(List references)
Sets authentication context class references.
|
void |
setAuthnContextDeclRef(List references)
Sets authentication context declaration class references.
|
void |
setComparison(String value)
Sets the value of the
Comparison property. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
List<String> getAuthnContextClassRef()
void setAuthnContextClassRef(List references) throws SAML2Exception
references
- List of authentication context class references where
references in the list is String object.SAML2Exception
- if this object is immutable.List getAuthnContextDeclRef()
void setAuthnContextDeclRef(List references) throws SAML2Exception
references
- List of authentication context declaration class
references where references in the list is String object.SAML2Exception
- if this object is immutable.String getComparison()
Comparison
property.Comparison
property.void setComparison(String value) throws SAML2Exception
Comparison
property.value
- the value of the Comparison
property.SAML2Exception
- if Object
is immutable.String toXMLString() throws SAML2Exception
SAML2Exception
- if it failed to pasrse the object.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
includeNSPrefix
- true to prepend the namespace qualifier
to the Element.declareNS
- true to declare the namespace within the Element.SAML2Exception
- if it failed to pasrse the object.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.