Package com.sun.identity.saml2.protocol
Interface RequestedAuthnContext
- All Superinterfaces:
XmlSerializable
Java content class for RequestedAuthnContext element declaration.
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"/>
-
Method Summary
Modifier and TypeMethodDescriptionReturns list of authentication context class references.Returns list of authentication context declaration class references.Returns the value ofComparison
property.boolean
Returns true if mutable, false otherwise.void
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 theComparison
property.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getAuthnContextClassRef
Returns list of authentication context class references. References in the list is String object.- Returns:
- list of authentication context class references.
-
setAuthnContextClassRef
Sets authentication context class references.- Parameters:
references
- List of authentication context class references where references in the list is String object.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if this object is immutable.
-
getAuthnContextDeclRef
List getAuthnContextDeclRef()Returns list of authentication context declaration class references. References in the list is String object.- Returns:
- list of authentication context declaration class references.
-
setAuthnContextDeclRef
Sets authentication context declaration class references.- Parameters:
references
- List of authentication context declaration class references where references in the list is String object.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if this object is immutable.
-
getComparison
String getComparison()Returns the value ofComparison
property.- Returns:
- the value of
Comparison
property.
-
setComparison
Sets the value of theComparison
property.- Parameters:
value
- the value of theComparison
property.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- ifObject
is immutable.
-
makeImmutable
void makeImmutable()Makes this object immutable by making this object unmodifiable. -
isMutable
boolean isMutable()Returns true if mutable, false otherwise.- Returns:
- true if mutable, false otherwise.
-