Uses of Class
org.jcsp.net.security.AccessDeniedException

Packages that use AccessDeniedException
org.jcsp.net.security 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 throw AccessDeniedException
 UserToken SimpleSecurityAuthority.createUserToken(UserID user)
          Creates and returns an authentication token valid for this authority that represents the given user name.
 void SimpleSecurityAuthority.denyUserAccess(UserID u)
          Removes a user from the set of permitted users.
 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.logonUser(UserToken u)
          Sets the currently logged on user.
 void SecurityAuthority.logonUser(UserToken u)
          Sets the currently logged on user.
 void SimpleSecurityAuthority.permitUserAccess(UserID u)
          Adds a user to the set of permitted users.
 void SecurityAuthority.permitUserAccess(UserID u)
          Adds a user ID to the set of users considered by this authority to create valid responses to challenges.
 



Copyright © 1996-2012. All Rights Reserved.