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 AccessDeniedException
SimpleSecurityAuthority.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.void
SecurityAuthority.denyUserAccess
(UserID u) Removes a user ID from the set of users considered by this authority to create valid responses to challenges.void
SimpleSecurityAuthority.denyUserAccess
(UserID u) Removes a user from the set of permitted users.void
Sets the currently logged on user.void
Sets the currently logged on user.void
SecurityAuthority.permitUserAccess
(UserID u) Adds a user ID to the set of users considered by this authority to create valid responses to challenges.void
SimpleSecurityAuthority.permitUserAccess
(UserID u) Adds a user to the set of permitted users.