public class PasswordCredentialProviderFactory extends Object implements CredentialProviderFactory<PasswordCredentialProvider>
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
Constructor and Description |
---|
PasswordCredentialProviderFactory() |
Modifier and Type | Method and Description |
---|---|
PasswordCredentialProvider |
create(KeycloakSession session) |
String |
getId()
This is the name of the provider and will be showed in the admin console as an option.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, init, postInit
order
public static final String PROVIDER_ID
public PasswordCredentialProvider create(KeycloakSession session)
create
in interface ProviderFactory<CredentialProvider>
public String getId()
CredentialProviderFactory
getId
in interface CredentialProviderFactory<PasswordCredentialProvider>
getId
in interface ProviderFactory<CredentialProvider>
Copyright © 2020 JBoss by Red Hat. All rights reserved.