org.apache.geronimo.security
Class Context
java.lang.Object
org.apache.geronimo.security.Context
public class Context
- extends Object
- Version:
- $Rev: 905918 $ $Date: 2010-02-03 15:26:50 +0800 (Wed, 03 Feb 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context(SubjectId id,
AccessControlContext context,
Subject subject,
Principal principal,
List<String> groups)
getId
public SubjectId getId()
getContext
public AccessControlContext getContext()
getSubject
public Subject getSubject()
getPrincipal
public Principal getPrincipal()
getGroups
public List<String> getGroups()
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.