Uses of Class
org.jcsp.net.security.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
This package contains the files specifically for link security implementing various authentication schemes.
-
Uses of AccessDeniedException in org.jcsp.net.security
Methods in org.jcsp.net.security that return AccessDeniedExceptionModifier and TypeMethodDescriptionprivate AccessDeniedExceptionSimpleSecurityAuthority.accessDenied(String reason) Creates and returns an exception associated with this authority.Methods in org.jcsp.net.security that throw AccessDeniedExceptionModifier 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.voidSets the currently logged on user.voidSets the currently logged on user.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.