Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Credential |
ProfileHandleImplNative.swap(boolean genRtnCr) |
Attempts to swap the thread identity based on this credential.
|
AS400Credential |
ProfileTokenImplNative.swap(boolean genRtnCr) |
Attempts to swap the thread identity based on this credential.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ProfileHandleImplNative.setCredential(AS400Credential credential) |
Sets the credential delegating behavior to the implementation object.
|
void |
ProfileTokenImplNative.setCredential(AS400Credential credential) |
Sets the credential delegating behavior to the implementation object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ProfileHandleCredential |
Represents an IBM i system profile handle.
|
class |
ProfileTokenCredential |
The ProfileTokenCredential class represents an IBM i system profile token.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Credential |
AS400Credential.swap(boolean returnCredential) |
Attempts to swap the current thread identity based on this credential.
|
Copyright © 2024. All rights reserved.