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
|
Method Summary |
String |
getStackRef()
Obtains the name of the login-module stack referenced by the module. |
void |
setStackRef(String stackRef)
Sets the name of the login-module stack referenced by the module. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
Copyright © 2008 JBoss Inc.. All Rights Reserved.