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:
java.io.Serializable
,java.security.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(java.lang.String username)
-
Method Summary
-
Methods inherited from class org.globus.gsi.gssapi.jaas.SimplePrincipal
equals, getName, hashCode, toString
-
-