Package org.jcsp.net.security
Interface UserID
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SimpleSecurityAuthority.SimpleUserID
public interface UserID extends java.io.Serializable
Uniquely identifies a user. Instances of user IDs are specific to a given authority which is responsible for allocating them. No methods are defined because the way in which IDs are specified may vary. For example not all systems may identify users with a unique string based user name.