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 theauthnInstantauthentication statement value.Gets thenotBeforecondition value.Gets thenotOnOrAftercondition value.
-
Field Details
-
EDU_PERSON_PRINCIPAL_NAME_OID
OID for the commoneduPersonPrincipalNameattribute.- See Also:
-
DISPLAY_NAME_OID
OID for the commondisplayNameattribute.- See Also:
-
MAIL_OID
OID for the commonmail(email address) attribute.- See Also:
-
-
Method Details
-
getNotBefore
Instant getNotBefore()Gets thenotBeforecondition value.- Returns:
Instant
-
getNotOnOrAfter
Instant getNotOnOrAfter()Gets thenotOnOrAftercondition value.- Returns:
Instant
-
getAuthnInstant
Instant getAuthnInstant()Gets theauthnInstantauthentication statement value.- Returns:
Instant
-
getAttributes
Gets attribute values.- Returns:
Mapof attribute values.
-