org.apache.jetspeed.security
Interface UserSubjectPrincipal
- All Superinterfaces:
- java.security.Principal, java.io.Serializable
public interface UserSubjectPrincipal
- extends java.security.Principal, java.io.Serializable
The Principal representing the User of a Subject
- Version:
- $Id: UserSubjectPrincipal.java 725977 2008-12-12 12:06:29Z ate $
- Author:
- David Sean Taylor
Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
getName
java.lang.String getName()
- Specified by:
getName
in interface java.security.Principal
getUser
User getUser()
getSubject
javax.security.auth.Subject getSubject()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.