public class AuthenticationCallbackXMLHelperFactory extends Object
AuthenticationCallbackXMLHelper
instance.
This factory uses the configuration key
com.sun.identity.authentication.callbackXMLHelper
to identify
the implementation of AuthenticationCallbackXMLHelper
interface;
instantiates this class; and returns the instance for XML processing of
Authentication Callback during Authentication remote SDK execution.Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_CALLBACK_XML_HELPER
The configuration key used for identifying the implemenation class of
AuthenticationCallbackXMLHelper interface. |
static String |
DEFAULT_CALLBACK_XML_HELPER
The default implementation to be used in case no value is specified in
the configuration.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationCallbackXMLHelper |
getCallbackXMLHelper()
Returns an instance of
AuthenticationCallbackXMLHelper . |
public static final String CONFIG_CALLBACK_XML_HELPER
AuthenticationCallbackXMLHelper
interface.public static final String DEFAULT_CALLBACK_XML_HELPER
public static AuthenticationCallbackXMLHelper getCallbackXMLHelper()
AuthenticationCallbackXMLHelper
.
This instance is instantiated during static initialization of this
factory and is kept as a singleton throughout its lifecycle.AuthenticationCallbackXMLHelper
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.