Uses of Interface
org.jcsp.net.security.UserToken
-
Packages that use UserToken Package Description org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes. -
-
Uses of UserToken in org.jcsp.net.security
Classes in org.jcsp.net.security that implement UserToken Modifier and Type Class Description private static classSimpleSecurityAuthority.SimpleUserTokenRepresents the authenticated user token for this authority.Fields in org.jcsp.net.security declared as UserToken Modifier and Type Field Description private UserTokenSimpleSecurityAuthority. currentUserThe token of the current user.Methods in org.jcsp.net.security that return UserToken Modifier and Type Method Description UserTokenSimpleSecurityAuthority. createUserToken(UserID user)Creates and returns an authentication token valid for this authority that represents the given user name.Methods in org.jcsp.net.security with parameters of type UserToken Modifier and Type Method Description voidSecurityAuthority. logonUser(UserToken u)Sets the currently logged on user.voidSimpleSecurityAuthority. logonUser(UserToken u)Sets the currently logged on user.
-