|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credential | |
|---|---|
| oracle.security.jps.service.credstore | |
| oracle.security.jps.service.sso | |
| Uses of Credential in oracle.security.jps.service.credstore |
|---|
| Subinterfaces of Credential in oracle.security.jps.service.credstore | |
|---|---|
interface |
DataSourceCredentialA DataSourceCredential instance encapsulates access information for a data provider. |
interface |
GenericCredentialA GenericCredential instance encapsulates a java.lang.object object as a serializable object. |
interface |
PasswordCredentialA PasswordCredential instance encapsulates a username-password pair. |
| Methods in oracle.security.jps.service.credstore that return Credential | |
|---|---|
Credential |
CredentialMap.getCredential(java.lang.String key)Returns the Credential object associated with the specified key. |
Credential |
CredentialStore.getCredential(java.lang.String mapName, java.lang.String key)Returns the Credential objects associated with the specified mapName and key. |
| Methods in oracle.security.jps.service.credstore with parameters of type Credential | |
|---|---|
void |
CredentialMap.resetCredential(java.lang.String key, Credential credential)Override the Credential object to the specified key. |
void |
CredentialStore.resetCredential(java.lang.String mapName, java.lang.String key, Credential credential)Overrides the Credential object for the specified mapName and key. |
void |
CredentialMap.setCredential(java.lang.String key, Credential credential)Assigns the Credentialobject to the specified key. |
void |
CredentialStore.setCredential(java.lang.String mapName, java.lang.String key, Credential credential)Stores the Credential object for the specified mapName and key. |
| Uses of Credential in oracle.security.jps.service.sso |
|---|
| Method parameters in oracle.security.jps.service.sso with type arguments of type Credential | |
|---|---|
void |
SsoService.autoLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Collection<Credential> creds, java.util.Map<java.lang.String,?> props)This method sends a response to initiate the SSO auto login process. |
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||