Interface Saml2ResponseAssertionAccessor
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Saml2ResponseAssertion
An interface that represents key details from a SAML 2.0 Assertion
- Since:
- 7.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault <A> @Nullable List<A>getAttribute(String name) Get the Saml2 token attribute by namedefault <A> @Nullable AgetFirstAttribute(String name) Get the first value of Saml2 token attribute by name
-
Method Details
-
getNameId
String getNameId() -
getSessionIndexes
-
getFirstAttribute
Get the first value of Saml2 token attribute by name- Type Parameters:
A- the type of the attribute- Parameters:
name- the name of the attribute- Returns:
- the first attribute value or
nullotherwise
-
getAttribute
Get the Saml2 token attribute by name- Type Parameters:
A- the type of the attribute- Parameters:
name- the name of the attribute- Returns:
- the attribute or
nullotherwise
-
getAttributes
-
getResponseValue
String getResponseValue()
-