Package org.globus.gsi.gssapi.jaas
Class UserNamePrincipal
- java.lang.Object
-
- org.globus.gsi.gssapi.jaas.SimplePrincipal
-
- org.globus.gsi.gssapi.jaas.UserNamePrincipal
-
- All Implemented Interfaces:
Serializable
,Principal
public class UserNamePrincipal extends SimplePrincipal
An user name principal. Represents the user name (the account) the user is mapped in the gridmap file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNamePrincipal(String username)
-
-
-
Constructor Detail
-
UserNamePrincipal
public UserNamePrincipal(String username)
-
-