Package | Description |
---|---|
org.jcsp.net.security |
This package contains the files specifically for link security implementing various authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
UserID |
SimpleSecurityAuthority.createUserID(java.lang.String username)
Creates and returns a user ID valid for this authority that represents the given user name.
|
UserID |
UserToken.getUserID()
Returns the ID of the logged on 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.
|
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.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–2019. All rights reserved.