Uses of Interface
org.jcsp.net.security.UserID
Packages that use UserID
Package
Description
This package contains the files specifically for link security implementing various authentication schemes.
-
Uses of UserID in org.jcsp.net.security
Classes in org.jcsp.net.security that implement UserIDModifier and TypeClassDescriptionprivate static final classRepresents the user ID for this authority.Fields in org.jcsp.net.security declared as UserIDMethods in org.jcsp.net.security that return UserIDModifier and TypeMethodDescriptionSimpleSecurityAuthority.createUserID(String username) Creates and returns a user ID valid for this authority that represents the given user name.SimpleSecurityAuthority.SimpleUserToken.getUserID()UserToken.getUserID()Returns the ID of the logged on user.Methods in org.jcsp.net.security with parameters of type UserIDModifier and TypeMethodDescriptionSimpleSecurityAuthority.createUserToken(UserID user) Creates and returns an authentication token valid for this authority that represents the given user name.voidSecurityAuthority.denyUserAccess(UserID u) Removes a user ID from the set of users considered by this authority to create valid responses to challenges.voidSimpleSecurityAuthority.denyUserAccess(UserID u) Removes a user from the set of permitted users.voidSecurityAuthority.permitUserAccess(UserID u) Adds a user ID to the set of users considered by this authority to create valid responses to challenges.voidSimpleSecurityAuthority.permitUserAccess(UserID u) Adds a user to the set of permitted users.Constructors in org.jcsp.net.security with parameters of type UserID