org.jboss.security.jacc
Class ContextPolicy

java.lang.Object
  extended by org.jboss.security.jacc.ContextPolicy

public class ContextPolicy
extends 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.

Version:
$Revison:$
Author:
Scott.Stark@jboss.org

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.