org.apache.openejb.core.security
Class AbstractSecurityService.Identity

java.lang.Object
  extended by org.apache.openejb.core.security.AbstractSecurityService.Identity
Enclosing class:
AbstractSecurityService

protected static class AbstractSecurityService.Identity
extends java.lang.Object


Constructor Summary
AbstractSecurityService.Identity(javax.security.auth.Subject subject)
           
AbstractSecurityService.Identity(javax.security.auth.Subject subject, java.util.UUID token)
           
 
Method Summary
 javax.security.auth.Subject getSubject()
           
 java.util.UUID getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSecurityService.Identity

public AbstractSecurityService.Identity(javax.security.auth.Subject subject)

AbstractSecurityService.Identity

public AbstractSecurityService.Identity(javax.security.auth.Subject subject,
                                        java.util.UUID token)
Method Detail

getSubject

public javax.security.auth.Subject getSubject()

getToken

public java.util.UUID getToken()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.