Package | Description |
---|---|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UserProfilePrincipal |
The UserProfilePrincipal class represents an IBM i system user profile.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Principal |
AS400Credential.getPrincipal() |
Returns the AS400Principal associated with the credential.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400Credential.setPrincipal(AS400Principal p) |
Sets the principal associated with the credential.
|
void |
ProfileTokenCredential.setToken(AS400Principal principal,
int passwordSpecialValue) |
Sets the token bytes based on the provided principal and
special value for a password.
|
void |
ProfileTokenCredential.setToken(AS400Principal principal,
String password) |
Deprecated.
As of V5R3, replaced
by
ProfileTokenCredential.setTokenExtended(AS400Principal,String) for password strings
or ProfileTokenCredential.setToken(AS400Principal,int) for password special values. |
void |
ProfileTokenCredential.setTokenExtended(AS400Principal principal,
char[] password) |
Sets the token bytes based on the provided principal and password.
|
void |
ProfileTokenCredential.setTokenExtended(AS400Principal principal,
String password) |
Deprecated.
Use setTokenExtended(AS400Principal principal, char[] password) instead
|
Copyright © 2024. All rights reserved.