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 |
---|---|---|
byte[] |
ProfileTokenImplNative.generateToken(String uid,
char[] pwd,
int type,
int timeoutInterval) |
Deprecated.
As of V5R3, replaced
by
ProfileTokenImplNative.generateTokenExtended(String,String,int,int)
for password strings
and ProfileTokenImplNative.generateToken(String,int,int,int)
for password special values. |
byte[] |
ProfileTokenImplNative.generateToken(String uid,
int pwdSpecialValue,
int type,
int timeoutInterval) |
Generates and returns a new profile token based on
the provided information using a password special value.
|
byte[] |
ProfileTokenImplNative.generateToken(String uid,
String pwd,
int type,
int timeoutInterval) |
Deprecated.
As of V5R3, replaced
by
ProfileTokenImplNative.generateTokenExtended(String,String,int,int)
for password strings
and ProfileTokenImplNative.generateToken(String,int,int,int)
for password special values. |
byte[] |
ProfileTokenImplNative.generateTokenExtended(String uid,
char[] pwd,
int type,
int timeoutInterval) |
Generates and returns a new profile token based on
the provided information using a password string.
|
byte[] |
ProfileTokenImplNative.generateTokenExtended(String uid,
String pwd,
int type,
int timeoutInterval) |
Generates and returns a new profile token based on
the provided information using a password string.
|
byte[] |
ProfileHandleImplNative.getCurrentHandle() |
Generates and returns a profile handle based on the current thread identity.
|
int |
ProfileHandleImplNative.getTimeToExpiration() |
Returns the number of seconds before the credential is due to expire.
|
int |
ProfileTokenImplNative.getTimeToExpiration() |
Returns the number of seconds before the credential is due to expire.
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
ProfileTokenImpl.generateToken(String uid,
int pwdSpecialValue,
int type,
int timeoutInterval) |
Generates and returns a new profile token based on
the provided information using a password special value.
|
byte[] |
ProfileTokenImpl.generateToken(String uid,
String pwd,
int type,
int timeoutInterval) |
Deprecated.
As of V5R3, replaced
by
ProfileTokenImpl.generateTokenExtended(String,char[],int,int)
for password strings
and ProfileTokenImpl.generateToken(String,int,int,int) for password
special values |
byte[] |
ProfileTokenImpl.generateTokenExtended(String uid,
char[] pwd,
int type,
int timeoutInterval) |
Generates and returns a new profile token based on
the provided information using a password string.
|
byte[] |
ProfileHandleImpl.getCurrentHandle() |
Generates and returns a profile handle based on
the current thread identity.
|
Copyright © 2024. All rights reserved.