UserToken |
SimpleSecurityAuthority.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 |
SecurityAuthority.logonUser(UserToken u) |
Sets the currently logged on user.
|
void |
SimpleSecurityAuthority.logonUser(UserToken u) |
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.
|