public interface RequestedAuthnContext
extends java.io.Serializable
RequestedAuthnContext
XML element).Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAuthnContextClassRefs()
Get the authentication context class references (i.e.,
AuthnContextClassRef XML elements). |
java.util.List<java.lang.String> |
getAuthnContextDeclRefs()
Get the authentication context declaration references (i.e.,
AuthnContextDeclRef XML elements). |
java.lang.String |
getComparison()
Get the comparison (i.e.,
Comparison XML attribute). |
java.lang.String getComparison()
Comparison
XML attribute).java.util.List<java.lang.String> getAuthnContextClassRefs()
AuthnContextClassRef
XML elements). If the requested
authentication context has no authentication context class references, this method returns an empty list.java.util.List<java.lang.String> getAuthnContextDeclRefs()
AuthnContextDeclRef
XML elements). If the requested
authentication context has no authentication context declaration references, this method returns an empty list.