org.apache.jetspeed.security
Interface User
- All Superinterfaces:
- JetspeedPrincipal, java.security.Principal
- All Known Subinterfaces:
- SSOUser
public interface User
- extends JetspeedPrincipal
User simply extending JetspeedPrincipal interface.
- Version:
- $Id
Methods inherited from interface org.apache.jetspeed.security.JetspeedPrincipal |
getCreationDate, getDomainId, getId, getInfoMap, getModifiedDate, getName, getSecurityAttributes, getType, isEnabled, isExtendable, isMapped, isReadOnly, isRemovable, isTransient, setEnabled |
Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
JETSPEED_USER_SUBSITE_ATTRIBUTE
static final java.lang.String JETSPEED_USER_SUBSITE_ATTRIBUTE
- the subsite path for a given user stored as a user attribute
- See Also:
- Constant Field Values
JETSPEED_USER_PREFERED_LOCALE_ATTRIBUTE
static final java.lang.String JETSPEED_USER_PREFERED_LOCALE_ATTRIBUTE
- See Also:
- Constant Field Values
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.