org.jboss.security.jacc
Class ContextPolicy

java.lang.Object
  extended byorg.jboss.security.jacc.ContextPolicy

public class ContextPolicy
extends java.lang.Object

The permissions for a JACC context id. This implementation is based on the 3.2.x model of associating the declarative roles with the Subject of the authenticated caller. This allows the 3.2.x login modules to be used as the source of the authentication and authorization information.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()