Uses of Class
org.keycloak.broker.saml.SAMLIdentityProvider
-
Packages that use SAMLIdentityProvider Package Description org.keycloak.broker.saml -
-
Uses of SAMLIdentityProvider in org.keycloak.broker.saml
Fields in org.keycloak.broker.saml declared as SAMLIdentityProvider Modifier and Type Field Description protected SAMLIdentityProvider
SAMLEndpoint. provider
Methods in org.keycloak.broker.saml that return SAMLIdentityProvider Modifier and Type Method Description SAMLIdentityProvider
SAMLIdentityProviderFactory. create(KeycloakSession session, IdentityProviderModel model)
Constructors in org.keycloak.broker.saml with parameters of type SAMLIdentityProvider Constructor Description SAMLEndpoint(KeycloakSession session, SAMLIdentityProvider provider, SAMLIdentityProviderConfig config, IdentityProvider.AuthenticationCallback callback, DestinationValidator destinationValidator)
-