org.jboss.security.microcontainer.beans
Class StackRefPolicyModule
java.lang.Object
org.jboss.security.microcontainer.beans.BasePolicyModule
org.jboss.security.microcontainer.beans.StackRefPolicyModule
public class StackRefPolicyModule
- extends BasePolicyModule
This class represents a policy module that contains a reference to a login-module stack configured in a JASPI policy.
- Author:
- Stefan Guilhen
StackRefPolicyModule
public StackRefPolicyModule()
getStackRef
public String getStackRef()
Obtains the name of the login-module stack referenced by the module.
- Returns:
- a
String
representing the name of the login-module stack.
setStackRef
public void setStackRef(String stackRef)
Sets the name of the login-module stack referenced by the module.
- Parameters:
stackRef
- a String
representing the name of the login-module stack.
toString
public String toString()
- Overrides:
toString
in class BasePolicyModule
Copyright © 2009 JBoss Inc.. All Rights Reserved.