Package | Description |
---|---|
org.jcsp.net.security |
This package contains the files specifically for link security implementing various authentication schemes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SimpleSecurityAuthority.SimpleUserToken
Represents the authenticated user token for this authority.
|
Modifier and Type | Field and Description |
---|---|
private UserToken |
SimpleSecurityAuthority.currentUser
The token of the current user.
|
Modifier and Type | Method and Description |
---|---|
UserToken |
SimpleSecurityAuthority.createUserToken(UserID user)
Creates and returns an authentication token valid for this authority that represents the given
user name.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityAuthority.logonUser(UserToken u)
Sets the currently logged on user.
|
void |
SimpleSecurityAuthority.logonUser(UserToken u)
Sets the currently logged on user.
|