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 |
---|---|
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.
|
Copyright © 1996–2019. All rights reserved.