Package org.keycloak.credential
Class PasswordCredentialProviderFactory
java.lang.Object
org.keycloak.credential.PasswordCredentialProviderFactory
- All Implemented Interfaces:
CredentialProviderFactory<PasswordCredentialProvider>,ProviderFactory<CredentialProvider>
public class PasswordCredentialProviderFactory
extends Object
implements CredentialProviderFactory<PasswordCredentialProvider>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) getId()This is the name of the provider and will be showed in the admin console as an option.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.credential.CredentialProviderFactory
close, init, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
PasswordCredentialProviderFactory
public PasswordCredentialProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<CredentialProvider>
-
getId
Description copied from interface:CredentialProviderFactoryThis is the name of the provider and will be showed in the admin console as an option.- Specified by:
getIdin interfaceCredentialProviderFactory<PasswordCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-