org.apache.jetspeed.security.impl
Class UserSubjectPrincipalImpl
java.lang.Object
org.apache.jetspeed.security.impl.BasePrincipalImpl
org.apache.jetspeed.security.impl.UserPrincipalImpl
org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
- All Implemented Interfaces:
- Serializable, Principal, org.apache.jetspeed.security.BasePrincipal, org.apache.jetspeed.security.UserPrincipal, org.apache.jetspeed.security.UserSubjectPrincipal
public class UserSubjectPrincipalImpl
- extends UserPrincipalImpl
- implements org.apache.jetspeed.security.UserSubjectPrincipal
UserPrincipal
interface implementation.
- Version:
- $Id: UserPrincipalImpl.java 331065 2005-11-06 03:40:32Z dlestrat $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Fields inherited from interface org.apache.jetspeed.security.BasePrincipal |
PREFS_GROUP_ROOT, PREFS_ROLE_ROOT, PREFS_USER_ROOT |
Methods inherited from interface org.apache.jetspeed.security.BasePrincipal |
getFullPath, isEnabled, isMapping, setEnabled |
serialVersionUID
private static final long serialVersionUID
- The serial version uid.
- See Also:
- Constant Field Values
subject
protected Subject subject
UserSubjectPrincipalImpl
public UserSubjectPrincipalImpl(String userName)
The user principal constructor.
- Parameters:
userName
- The user principal name.
setSubject
public void setSubject(Subject subject)
getSubject
public Subject getSubject()
- Specified by:
getSubject
in interface org.apache.jetspeed.security.UserSubjectPrincipal
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.