public class AuthenticationServiceNameProviderFactory extends Object
AuthenticationServiceNameProvider
instance
at runtime. This factory uses the configuration key
com.sun.identity.sm.authservicename.provider
to identify an
implementation of AuthenticationServiceNameProvider
interface
at runtime.Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_AUTH_SERVICE_NAME_PROVIDER
The configuration key used for identifying the class that implements the
AuthenticationServiceNameProvider interface. |
static String |
DEFAULT_AUTH_SERVICE_NAME_PROVIDER
The default implementation to be used in case no value is specified in
the configuration.
|
Constructor and Description |
---|
AuthenticationServiceNameProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationServiceNameProvider |
getProvider()
Provides access to the configured implementation of
AuthenticationServiceNameProvider interface. |
public static final String CONFIG_AUTH_SERVICE_NAME_PROVIDER
AuthenticationServiceNameProvider
interface.public static final String DEFAULT_AUTH_SERVICE_NAME_PROVIDER
public AuthenticationServiceNameProviderFactory()
public static AuthenticationServiceNameProvider getProvider()
AuthenticationServiceNameProvider
interface. An instance
of this implementation is constructed during static initialization of
this factory and is kept as a singleton throughout its lifecycle.AuthenticationServiceNameProvider
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.