CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.security
Interface UserToken

All Superinterfaces:
Serializable

public interface UserToken
extends Serializable

Uniquely identifies an authenticated user. An instance of a SecurityAuthority will be able to create a user token from a user ID. To do so may require additional information such as passwords or other authentication details. It is the responsibility of the authority to do the authentication and only supply a token instance if the credentials are okay.

Author:
Quickstone Technologies Limited

Method Summary
 UserID getUserID()
          Returns the ID of the logged on user.
 

Method Detail

getUserID

UserID getUserID()
Returns the ID of the logged on user.


CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.