public interface IuSamlAssertion
Represents an assertion issued by a SAML Identity Provider.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets attribute values.Gets theauthnInstant
authentication statement value.Gets thenotBefore
condition value.Gets thenotOnOrAfter
condition value.
-
Field Details
-
EDU_PERSON_PRINCIPAL_NAME_OID
OID for the commoneduPersonPrincipalName
attribute.- See Also:
-
DISPLAY_NAME_OID
OID for the commondisplayName
attribute.- See Also:
-
MAIL_OID
OID for the commonmail
(email address) attribute.- See Also:
-
-
Method Details
-
getNotBefore
Instant getNotBefore()Gets thenotBefore
condition value.- Returns:
Instant
-
getNotOnOrAfter
Instant getNotOnOrAfter()Gets thenotOnOrAfter
condition value.- Returns:
Instant
-
getAuthnInstant
Instant getAuthnInstant()Gets theauthnInstant
authentication statement value.- Returns:
Instant
-
getAttributes
Gets attribute values.- Returns:
Map
of attribute values.
-