org.jboss.security.microcontainer.beans
Class AuthenticationPolicyBean

java.lang.Object
  extended by org.jboss.security.microcontainer.beans.BasePolicyBean<M,BaseAuthenticationInfo>
      extended by org.jboss.security.microcontainer.beans.BaseAuthenticationPolicy<FlaggedPolicyModule>
          extended by org.jboss.security.microcontainer.beans.AuthenticationPolicyBean

public class AuthenticationPolicyBean
extends BaseAuthenticationPolicy<FlaggedPolicyModule>

This class represents an authentication policy. An authentication policy describes the mechanisms and modules that must be used in order to authenticate the users when they attempt to access a resource that is protected by a security domain.

Author:
Stefan Guilhen

Field Summary
 
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyBean
modules
 
Constructor Summary
AuthenticationPolicyBean()
           
 
Method Summary
 BaseAuthenticationInfo getPolicyInfo(String domainName)
           Creates a security info object using the information contained in this policy bean.
 String toString()
           
 
Methods inherited from class org.jboss.security.microcontainer.beans.BasePolicyBean
getModules, setModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationPolicyBean

public AuthenticationPolicyBean()
Method Detail

getPolicyInfo

public 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 BaseAuthenticationPolicy<FlaggedPolicyModule>
Parameters:
domainName - a String containing the security domain name of this policy.
Returns:
the generated info object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.