Interface Saml2IdpContext
- All Superinterfaces:
Serializable
A context that holds information of the Identity Provider runtime environment.
- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptionGets theSaml2ResponseAttributes
.Gets the IdP settings (configuration)
-
Method Details
-
getSettings
IdentityProviderSettings getSettings()Gets the IdP settings (configuration)- Returns:
- the IdP settings
-
getResponseAttributes
Saml2ResponseAttributes getResponseAttributes()Gets theSaml2ResponseAttributes
.- Returns:
- the attributes needed to send response messages
-