org.jboss.security.microcontainer.beans
Class BaseAuthenticationPolicy<M>
java.lang.Object
org.jboss.security.microcontainer.beans.BasePolicyBean<M,BaseAuthenticationInfo>
org.jboss.security.microcontainer.beans.BaseAuthenticationPolicy<M>
- Type Parameters:
M
- the type of the modules used by the authentication policy.
- Direct Known Subclasses:
- AuthenticationPolicyBean, JASPIAuthenticationPolicyBean
public abstract class BaseAuthenticationPolicy<M>
- extends BasePolicyBean<M,BaseAuthenticationInfo>
Superclass of the authentication and jaspi-authentication policies.
- Author:
- Stefan Guilhen
- See Also:
AuditPolicyBean
,
JASPIAuthenticationPolicyBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAuthenticationPolicy
public BaseAuthenticationPolicy()
getPolicyInfo
public abstract BaseAuthenticationInfo getPolicyInfo(String domainName)
- Description copied from class:
BasePolicyBean
Creates a security info object using the information contained in this policy bean.
- Specified by:
getPolicyInfo
in class BasePolicyBean<M,BaseAuthenticationInfo>
- Parameters:
domainName
- a String
containing the security domain name of this policy.
- Returns:
- the generated info object.
Copyright © 2009 JBoss Inc.. All Rights Reserved.