Class AbstractPasswordAuthenticationModuleType

All Implemented Interfaces:
Containerable, Freezable, ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable
Direct Known Subclasses:
HttpBasicAuthenticationModuleType, LoginFormAuthenticationModuleType, MailNonceAuthenticationModuleType, SmsNonceAuthenticationModuleType

public abstract class AbstractPasswordAuthenticationModuleType extends AbstractCredentialAuthenticationModuleType
Common definition for all authentication modules that use password.
See Also: