Class KeycloakHttpServerAuthenticationMechanismFactory
java.lang.Object
org.keycloak.adapters.saml.elytron.KeycloakHttpServerAuthenticationMechanismFactory
- All Implemented Interfaces:
org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
public class KeycloakHttpServerAuthenticationMechanismFactory
extends Object
implements org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
- Author:
- Pedro Igor
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.KeycloakHttpServerAuthenticationMechanismFactory(SamlDeploymentContext deploymentContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.security.http.HttpServerAuthenticationMechanismcreateAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) String[]getMechanismNames(Map<String, ?> properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
shutdown
-
Constructor Details
-
KeycloakHttpServerAuthenticationMechanismFactory
public KeycloakHttpServerAuthenticationMechanismFactory()Creates a new instance.
A default constructor is necessary in order to allow this factory to be loaded via
ServiceLoader. -
KeycloakHttpServerAuthenticationMechanismFactory
-
-
Method Details
-
getMechanismNames
- Specified by:
getMechanismNamesin interfaceorg.wildfly.security.http.HttpServerAuthenticationMechanismFactory
-
createAuthenticationMechanism
public org.wildfly.security.http.HttpServerAuthenticationMechanism createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) throws org.wildfly.security.http.HttpAuthenticationException- Specified by:
createAuthenticationMechanismin interfaceorg.wildfly.security.http.HttpServerAuthenticationMechanismFactory- Throws:
org.wildfly.security.http.HttpAuthenticationException
-