Interface SAMLPlugin
-
- All Known Subinterfaces:
AssertionIDRequestMapper
,AttributeAuthorityMapper
,FedletAdapter
,IDPAccountMapper
,IDPAdapter
,IDPAttributeMapper
,IDPAuthnContextMapper
,IDPECPSessionMapper
,IDPFinder
,InitializablePlugin
,SAML2IdentityProviderAdapter
,SAML2IDPFinder
,SPAccountMapper
,SPAdapter
- All Known Implementing Classes:
FedletAdapter
,SAML2ServiceProviderAdapter
@EvolvingAll public interface SAMLPlugin
The marker interface that all the federation plugins should extend from.
-
-
Field Summary
Fields Modifier and Type Field Description static String
HOSTED_ENTITY_ID
Constants for hosted entity id parameterstatic String
REALM
Constants for the realm of the hosted entity parameter.
-
-
-
Field Detail
-
HOSTED_ENTITY_ID
static final String HOSTED_ENTITY_ID
Constants for hosted entity id parameter- See Also:
- Constant Field Values
-
REALM
static final String REALM
Constants for the realm of the hosted entity parameter.- See Also:
- Constant Field Values
-
-