Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


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

Packages that use CredentialNotFoundException
oracle.security.jps.service.credstore   
oracle.security.jps.tools.utility   

 

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

 

Methods in oracle.security.jps.service.credstore that throw CredentialNotFoundException
 void CredentialMap.deleteCredential(java.lang.String key)
          Removes the Credential objects associated with the specified key.
 void CredentialStore.deleteCredential(java.lang.String mapName, java.lang.String key)
          Removes the Credential objects associated with the specified mapName and key.
 void CredentialStore.deleteCredentialMap(java.lang.String mapName)
          Removes the CredentialMap objects associated with the specified mapName.

 

Uses of CredentialNotFoundException in oracle.security.jps.tools.utility

 

Methods in oracle.security.jps.tools.utility that throw CredentialNotFoundException
 void JpsUtilMigrationCredIfc.migrateAliasScopedCredentialData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String srcAliasName, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.lang.String dstAliasName)
          Method to migrate all the credentials in a given alias in a credential store(source) to a given alias in another credential store (destination)
 void JpsUtilMigrationCredIfc.migrateAliasScopedCredentialData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String srcAliasName, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.lang.String dstAliasName, boolean overwrite)
          Method to migrate all the credentials in a given alias in a credential store(source) to a given alias in another credential store (destination)

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.