Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Uses of Class
oracle.security.jps.service.credstore.CredentialInvalidException

Packages that use CredentialInvalidException
oracle.security.jps.service.credstore   

 

Uses of CredentialInvalidException in oracle.security.jps.service.credstore

 

Methods in oracle.security.jps.service.credstore that throw CredentialInvalidException
static DataSourceCredential CredentialFactory.newDataSourceCredential(java.lang.String url, int port, java.lang.String name, char[] password)
          Creates a new DataSourceCredential credential
static DataSourceCredential CredentialFactory.newDataSourceCredential(java.lang.String url, int port, java.lang.String name, char[] password, java.util.Calendar expiryTime)
          Creates the new time bound DataSourceCredential credential
static DataSourceCredential CredentialFactory.newDataSourceCredential(java.lang.String url, int port, java.lang.String name, char[] password, java.lang.String description)
          Creates a new DataSourceCredential credential
static DataSourceCredential CredentialFactory.newDataSourceCredential(java.lang.String url, int port, java.lang.String name, char[] password, java.lang.String description, java.util.Calendar expiryTime)
          Creates the new time bound DataSourceCredential credential
static GenericCredential CredentialFactory.newGenericCredential(java.lang.Object credential)
          Creates the new GenericCredential credential
static GenericCredential CredentialFactory.newGenericCredential(java.lang.Object credential, java.util.Calendar expiryTime)
          Creates the time bound GenericCredential credential
static GenericCredential CredentialFactory.newGenericCredential(java.lang.Object credential, java.lang.String description)
          Creates the new GenericCredential credential
static GenericCredential CredentialFactory.newGenericCredential(java.lang.Object credential, java.lang.String description, java.util.Calendar expiryTime)
          Creates the time bound GenericCredential credential
static PasswordCredential CredentialFactory.newPasswordCredential(java.lang.String name, char[] password)
          Creates the new PasswordCredential credential
static PasswordCredential CredentialFactory.newPasswordCredential(java.lang.String name, char[] password, java.util.Calendar expiryTime)
          Creates the time bound PasswordCredential credential
static PasswordCredential CredentialFactory.newPasswordCredential(java.lang.String name, char[] password, java.lang.String description)
          Creates the new PasswordCredential credential
static PasswordCredential CredentialFactory.newPasswordCredential(java.lang.String name, char[] password, java.lang.String description, java.util.Calendar expiryTime)
          Creates the time bound PasswordCredential 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 CredentialStore.resetCredentialMap(java.lang.String mapName, CredentialMap credentialMap)
          Overrides the CredentialMap of Credential objects for the specified mapName.
 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.
 void CredentialStore.setCredentialMap(java.lang.String mapName, CredentialMap credentialMap)
          Stores the CredentialMap of Credential objects for the specified mapName.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.