public class AuthnSvcService extends Object implements ConfigurationListener
AuthnSvcService
class stores the current values of all the
AttributeSchema defined in Authentication service schema. It updates its
store by listening to Authentication Service ServiceSchema events.Modifier and Type | Method and Description |
---|---|
void |
configChanged(ConfigurationActionEvent e)
This method will be invoked when a component's
configuration data has been changed.
|
static String |
getCramMD5MechanismAuthenticationModule()
Returns authentication module for 'CRAM-MD5' mechanism handler.
|
static MechanismHandler |
getMechanismHandler(String mechanism)
Returns MechanismHandler for specified mechanism.
|
static String |
getPlainMechanismAuthenticationModule()
Returns authentication module for 'PLAIN' mechanism handler.
|
public static MechanismHandler getMechanismHandler(String mechanism)
mechanism
- mechanism namepublic static String getPlainMechanismAuthenticationModule()
public static String getCramMD5MechanismAuthenticationModule()
public void configChanged(ConfigurationActionEvent e)
configChanged
in interface ConfigurationListener
e
- Configuration action event, like ADDED, DELETED, MODIFIED etc.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.