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 |
---|---|---|
void |
AS400BasicAuthenticationCredential.initialize(AS400BasicAuthenticationPrincipal principal,
char[] password,
boolean isPrivate,
boolean isReusable,
boolean isRenewable,
int timeoutInterval) |
Initializes and validates a credential for the local IBM i system.
|
void |
AS400BasicAuthenticationCredential.initialize(AS400BasicAuthenticationPrincipal principal,
String password,
boolean isPrivate,
boolean isReusable,
boolean isRenewable,
int timeoutInterval) |
Deprecated.
Use initialize(AS400BasicAuthenticationPrincipal principal, char[] password,
boolean isPrivate, boolean isReusable, boolean isRenewable,
int timeoutInterval) instead
|
void |
ProfileTokenCredential.initialize(AS400BasicAuthenticationPrincipal principal,
char[] password,
boolean isPrivate,
boolean isReusable,
boolean isRenewable,
int timeoutInterval) |
Initializes and validates a credential for the local IBM i system.
|
void |
ProfileTokenCredential.initialize(AS400BasicAuthenticationPrincipal principal,
String password,
boolean isPrivate,
boolean isReusable,
boolean isRenewable,
int timeoutInterval) |
Deprecated.
Use initialize(AS400BasicAuthenticationPrincipal principal,
char[] password, boolean isPrivate, boolean isReusable,
boolean isRenewable, int timeoutInterval) instead.
|
Copyright © 2024. All rights reserved.