Class UserPrincipal
- java.lang.Object
-
- org.apache.jackrabbit.core.security.UserPrincipal
-
- All Implemented Interfaces:
Serializable
,Principal
public class UserPrincipal extends Object implements Principal, Serializable
AUserPrincipal
...- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPrincipal(String name)
Creates aUserPrincipal
with the given name.
-
-
-
Constructor Detail
-
UserPrincipal
public UserPrincipal(String name) throws IllegalArgumentException
Creates aUserPrincipal
with the given name.- Parameters:
name
- the name of this principal- Throws:
IllegalArgumentException
- ifname
isnull
.
-
-