|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.BasePolicyBean<M,BaseAuthenticationInfo>
org.jboss.security.microcontainer.beans.BaseAuthenticationPolicy<StackRefPolicyModule>
org.jboss.security.microcontainer.beans.JASPIAuthenticationPolicyBean
public class JASPIAuthenticationPolicyBean
This class represents a jaspi 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.
Field Summary |
---|
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyBean |
---|
modules |
Constructor Summary | |
---|---|
JASPIAuthenticationPolicyBean()
Created an instance of JASPIAuthenticationPolicyBean . |
Method Summary | |
---|---|
List<LoginModuleStackBean> |
getModuleStacks()
Obtains the login-module stacks of the policy. |
BaseAuthenticationInfo |
getPolicyInfo(String domainName)
Creates a security info object using the information contained in this policy bean. |
void |
setModuleStacks(List<LoginModuleStackBean> moduleStacks)
Sets the login-module stacks of the policy. |
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 |
---|
public JASPIAuthenticationPolicyBean()
Created an instance of JASPIAuthenticationPolicyBean
.
Method Detail |
---|
public List<LoginModuleStackBean> getModuleStacks()
Obtains the login-module stacks of the policy.
List<LoginModuleStackBean>
containing the policy's login-module stacks.public void setModuleStacks(List<LoginModuleStackBean> moduleStacks)
Sets the login-module stacks of the policy.
moduleStacks
- a List<LoginModuleStackBean>
containing the stacks to be set.public BaseAuthenticationInfo getPolicyInfo(String domainName)
BasePolicyBean
Creates a security info object using the information contained in this policy bean.
getPolicyInfo
in class BaseAuthenticationPolicy<StackRefPolicyModule>
domainName
- a String
containing the security domain name of this policy.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |