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
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
- Specified by:
getIdin interfaceCredentialProviderFactory<PasswordCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-