|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
---|---|
com.ibm.itim.apps | Provides a remotable application programming interface for provisioning specific functions. |
com.ibm.itim.authentication | Provides an application programming interface for authentication that supports different trusted identity stores. |
com.ibm.itim.authentication.system | Contains an implementation of the Authenticator interface. |
com.ibm.itim.webclient.logon | Provides the classes that mediate the logon process and any steps that need to occur when a user logs onto the system. |
Uses of Credentials in com.ibm.itim.apps |
---|
Methods in com.ibm.itim.apps that return Credentials | |
---|---|
Credentials |
UserAuthInfo.getCredentials()
Returns the user's login credentials |
Constructors in com.ibm.itim.apps with parameters of type Credentials | |
---|---|
UserAuthInfo(Credentials credentials)
Creates new UserAuthInfo. |
Uses of Credentials in com.ibm.itim.authentication |
---|
Methods in com.ibm.itim.authentication with parameters of type Credentials | |
---|---|
SystemUser |
AuthenticationProvider.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials. |
SystemUser |
AuthenticationAuthority.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials. |
SystemUser |
Authenticator.authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials. |
Uses of Credentials in com.ibm.itim.authentication.system |
---|
Methods in com.ibm.itim.authentication.system with parameters of type Credentials | |
---|---|
SystemUser |
SystemAuthenticationAuthority.authenticate(Credentials userCredentials)
Authenticates a user using the supplied user credentials. |
Uses of Credentials in com.ibm.itim.webclient.logon |
---|
Methods in com.ibm.itim.webclient.logon with parameters of type Credentials | |
---|---|
void |
LogonMediator.login(Credentials credentials)
Get information about the user, establish a http session, and forward the user to default home page. |
void |
LogonMediator.logon(Credentials credentials)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
void |
LogonMediator.signIn(Credentials credentials)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
void |
LogonMediator.signIn(Credentials credentials,
java.lang.String startPage)
Deprecated. As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |