Package org.jcsp.net.security
Class SimpleSecurityAuthority.SimpleUserToken
- java.lang.Object
-
- org.jcsp.net.security.SimpleSecurityAuthority.SimpleUserToken
-
- All Implemented Interfaces:
java.io.Serializable
,UserToken
- Enclosing class:
- SimpleSecurityAuthority
private static final class SimpleSecurityAuthority.SimpleUserToken extends java.lang.Object implements UserToken
Represents the authenticated user token for this authority.
-
-
Constructor Summary
Constructors Constructor Description SimpleUserToken(UserID uID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserID
getUserID()
Returns the ID of the logged on user.java.lang.String
toString()
-