org.jboss.security.microcontainer.beans
Class StackRefPolicyModule

java.lang.Object
  extended by org.jboss.security.microcontainer.beans.BasePolicyModule
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule
code, options
 
Constructor Summary
StackRefPolicyModule()
           
 
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.
 String toString()
           
 
Methods inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule
getCode, getOptions, setCode, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackRefPolicyModule

public StackRefPolicyModule()
Method Detail

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.