Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Uses of Class
oracle.security.jps.JpsException

Packages that use JpsException
oracle.security.jps   
oracle.security.jps.az.service   
oracle.security.jps.config   
oracle.security.jps.config.jaxb   
oracle.security.jps.runtime   
oracle.security.jps.service   
oracle.security.jps.service.attribute   
oracle.security.jps.service.audit   
oracle.security.jps.service.credstore   
oracle.security.jps.service.idstore   
oracle.security.jps.service.keystore   
oracle.security.jps.service.login   
oracle.security.jps.service.policystore   
oracle.security.jps.service.policystore.info   
oracle.security.jps.service.policystore.info.common   
oracle.security.jps.service.policystore.info.resource   
oracle.security.jps.service.sso   
oracle.security.jps.tools.utility   
oracle.security.jps.util   
oracle.security.jps.v11_1.config.jaxb   

 

Uses of JpsException in oracle.security.jps

 

Methods in oracle.security.jps that throw JpsException
 JpsContext ContextFactory.getContext()
          Returns the default JpsContext

The 'default' context is determined as follows:
if an application-level jps-config.xml exists, return the default JpsContext associated with the application-level jps-config.xml otherwise, return the system-level default JpsContext

In MAS deployments, the system-level default JpsContext corresponds to the farm-level default JpsContext In OC4J standalone deployments (pre-MAS/OC4J integration), the system-level default JpsContext corresponds to the instance-level JpsContext (e.g.

 JpsContext ContextFactory.getContext()
          Returns the default JpsContext

The 'default' context is determined as follows:
if an application-level jps-config.xml exists, return the default JpsContext associated with the application-level jps-config.xml otherwise, return the system-level default JpsContext

In MAS deployments, the system-level default JpsContext corresponds to the farm-level default JpsContext In OC4J standalone deployments (pre-MAS/OC4J integration), the system-level default JpsContext corresponds to the instance-level JpsContext (e.g.

 JpsContext ContextFactory.getContext(java.lang.String name)
          Returns the JPS context associated with the specified name

The search order is the same as in getContext(): if an application-level jps-config.xml exists, look for a configured JpsContext with the specified name, and if such a JpsContext exists, it's returned otherwise, look for a configured JpsContext with the specified name in the system-level jps-config.xml return null if no configured JpsContext with the specified name can be found

 JpsContext ContextFactory.getContext(java.lang.String name)
          Returns the JPS context associated with the specified name

The search order is the same as in getContext(): if an application-level jps-config.xml exists, look for a configured JpsContext with the specified name, and if such a JpsContext exists, it's returned otherwise, look for a configured JpsContext with the specified name in the system-level jps-config.xml return null if no configured JpsContext with the specified name can be found

static JpsContextFactory JpsContextFactory.getContextFactory()
          Returns the default JpsContextFactory
static JpsContextFactory JpsContextFactory.getContextFactory()
          Returns the default JpsContextFactory
 void JpsStartup.start()
          boots up OPSS by initializing OPSS services
 void JpsStartup.start()
          boots up OPSS by initializing OPSS services

 

Constructors in oracle.security.jps that throw JpsException
JpsStartup()
          default constructor for Java SE Startup
JpsStartup()
          default constructor for Java SE Startup
JpsStartup(java.lang.String platformType)
          constructor for Startup instance of supported platforms.
JpsStartup(java.lang.String platformType)
          constructor for Startup instance of supported platforms.
JpsStartup(java.lang.String platformType, java.util.Map<java.lang.String,?> options)
          constructor for Startup instance of supported platforms.
JpsStartup(java.lang.String platformType, java.util.Map<java.lang.String,?> options)
          constructor for Startup instance of supported platforms.

 

Uses of JpsException in oracle.security.jps.az.service

 

Methods in oracle.security.jps.az.service that throw JpsException
 com.bea.security.AuthorizationService PDPService.getAuthorizationService()
          Returns the AuthorizationService service instance
 com.bea.security.RoleService PDPService.getRoleService()
          Returns the RoleService service instance

 

Uses of JpsException in oracle.security.jps.config

 

Methods in oracle.security.jps.config that throw JpsException
static JpsConfigurationFactory JpsConfigurationFactory.getConfigurationFactory()
           

 

Uses of JpsException in oracle.security.jps.config.jaxb

 

Methods in oracle.security.jps.config.jaxb that throw JpsException
 org.w3c.dom.Element JpsConfigSerializer.marshall(java.lang.Object root)
          } Marshall a JpsConfig object to generate a DOM element
 void JpsConfigSerializer.marshall(java.lang.Object root, java.io.OutputStream os)
          Marshall a JpsConfig object to generate a DOM element and write out to supplied output stream
 void JpsConfigSerializer.marshall(java.lang.Object root, java.lang.String fname)
          Marshall a JpsConfig object to generate a DOM element and write the DOM element into a file
 oracle.security.jps.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(org.w3c.dom.Element root)
          Unmarshall the JpsConfig document element to create a JpsConfig object
 oracle.security.jps.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(java.io.InputStream is)
          Unmarshall the input stream representing jps-config.xml, to create a JpsConfig object
 oracle.security.jps.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(java.lang.String fname)
          Unmarshall the jps-config.xml file to create a JpsConfig object

 

Constructors in oracle.security.jps.config.jaxb that throw JpsException
JpsConfigSerializer()
          Contsturctor

 

Uses of JpsException in oracle.security.jps.runtime

 

Methods in oracle.security.jps.runtime that throw JpsException
abstract  ActionExecutor SubjectSecurity.getAnonymousActionExecutor()
          Gets an ActionExecutor with anonymous user security contexts.
static SubjectSecurity SubjectSecurity.getInstance()
          

Gets an instance of SubjectSecurity based on the runtime platform type.

 

Uses of JpsException in oracle.security.jps.service

 

Methods in oracle.security.jps.service that throw JpsException
 ServiceInstance ServiceProvider.getInstance(ServiceInstanceDescriptor serviceInstanceDesc, javax.security.auth.callback.CallbackHandler cbHandler, boolean create)
          Returns the ServiceInstance that corresponds to the specified ServiceInstanceDescriptor If such an instance cannot be found, then a new instance is created and returned if create is true otherwise null is returned.
abstract
<T extends ServiceInstance>
T
JpsServiceLocator.lookup(java.lang.Class<T> klass)
           
<T extends ServiceInstance>
T
ServiceLocator.lookup(java.lang.Class<T> klass)
          Returns the ServiceInstance(s) that corresponds to the specified klass

 

Uses of JpsException in oracle.security.jps.service.attribute

 

Subclasses of JpsException in oracle.security.jps.service.attribute
 class AttributeServiceException
           

 

Uses of JpsException in oracle.security.jps.service.audit

 

Subclasses of JpsException in oracle.security.jps.service.audit
 class AuditException
           

 

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

 

Subclasses of JpsException in oracle.security.jps.service.credstore
 class CredentialAlreadyExistsException
          This is the CSF (Credential Store Framework) exception.
 class CredentialExpiredException
          This is the CSF (Credential Store Framework) exception.
 class CredentialInvalidException
          This is the CSF (Credential Store Framework) exception.
 class CredentialNotFoundException
          This is the CSF (Credential Store Framework) exception.
 class CredStoreException
          This is the basic CSF (Credential Store Framework) exception.

 

Uses of JpsException in oracle.security.jps.service.idstore

 

Subclasses of JpsException in oracle.security.jps.service.idstore
 class IdentityStoreException
           

 

Uses of JpsException in oracle.security.jps.service.keystore

 

Subclasses of JpsException in oracle.security.jps.service.keystore
 class KeyStoreServiceException
          This is the basic FKS exception.

 

Uses of JpsException in oracle.security.jps.service.login

 

Methods in oracle.security.jps.service.login that throw JpsException
 JpsAuthenticatedRole LoginService.getAuthenticatedRole()
          This method returns a JpsAuthenticatedRole based on the authenticated role property.

 

Uses of JpsException in oracle.security.jps.service.policystore

 

Subclasses of JpsException in oracle.security.jps.service.policystore
 class ApplicationRoleInUseException
          This exception is thrown when an application role to be deleted is referenced by other application roles.
 class ConfigurationAlreadyBoundException
          Thrown when binding already exists between an OES configuration and an Application.
 class ConfigurationAlreadyExistsException
          Thrown when configuration with the same unique configuration id already exists.
 class ConfigurationNotFoundException
          Thrown when an OES configuration (SM or PIP) with the configuration id is not found in the persistent store
 class ExternalPolicyObjectException
           
 class PolicyObjectAlreadyExistsException
          This exception is thrown when a specific policy object (grantee, role etc) already exists in the policy store
 class PolicyObjectNotFoundException
          This exception is thrown when a specific policy object (grantee, role etc) already exists in the policy store
 class PolicyStoreConfigException
           
 class PolicyStoreConnectivityException
          This exception is thrown when an underlying connectivity issue happens.
 class PolicyStoreContainerNotReadyException
           
 class PolicyStoreException
          This is the policy store base exception and is thrown when there is any error during policy operation
 class PolicyStoreOperationNotAllowedException
          An exception thrown by the PolicyStore M-APIs that indicate the store operation was not allowed.
 class ResourceFinderException
          This is a resource finder related exception that is thrown when a ResourceFinder cannot be instantiated or invoked by JPS.

 

Methods in oracle.security.jps.service.policystore that throw JpsException
static PolicyStore PolicyStoreFactory.getPolicyStore(PolicyStoreType type, java.util.Map<java.lang.String,java.lang.String> props)
          Deprecated. Use PolicyServiceUtils.getPolicyStore instead.

 

Uses of JpsException in oracle.security.jps.service.policystore.info

 

Methods in oracle.security.jps.service.policystore.info that throw JpsException
static PermissionEntry InfoFactory.newPermissionEntry(java.lang.String resourceTypeName, java.lang.String permClass, java.lang.String targetName, java.lang.String actions)
          Constructs an in-memory representation of a Permission Entry Object.
static PrincipalEntry InfoFactory.newPrincipalEntry(java.lang.String principalClass, java.lang.String name)
          Creates a PrincipalEntry given the principalClass, type and name.
static ResourceActionsEntry InfoFactory.newResourceActionsEntry(ResourceNameExpression rne, java.util.List<java.lang.String> actions)
          Construct a ResourceActionEntry with ResourceNameExpression
static ResourceActionsEntry InfoFactory.newResourceActionsEntry(java.lang.String resourceType, java.lang.String resourceName, java.util.Set<java.lang.String> actions, java.lang.String appid)
          Construct a ResourceActionsEntry
static RoleCategoryEntry InfoFactory.newRoleCategoryEntry(java.lang.String name, java.lang.String displayName, java.lang.String descr)
          Creates a RoleCategoryEntry in memory.

 

Uses of JpsException in oracle.security.jps.service.policystore.info.common

 

Subclasses of JpsException in oracle.security.jps.service.policystore.info.common
 class InvalidArgumentException
           
 class InvalidExpressionException
          Thrown when a constraint provided is syntactically invalid.

 

Uses of JpsException in oracle.security.jps.service.policystore.info.resource

 

Subclasses of JpsException in oracle.security.jps.service.policystore.info.resource
 class ResourceWithoutTypeException
           

 

Uses of JpsException in oracle.security.jps.service.sso

 

Subclasses of JpsException in oracle.security.jps.service.sso
 class SsoServiceException
          This exception represents errors occurs when executing SSO service APIs.

 

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

 

Methods in oracle.security.jps.tools.utility that throw JpsException
 void JpsUtilBackupRestorePolicyIfc.backupAllPolicyData(java.lang.String srcJpsCtxName, java.lang.String backupFileName)
          This method backs-up all the policies, application level as well as Global policies defined in a policy store to a given file.
 void JpsUtilBackupRestorePolicyIfc.backupApplicationPolicyData(java.lang.String srcJpsCtxName, java.lang.String backupFileName, java.lang.String appName)
          This method backs-up all application specific policy, defined in a policy store to a given file.
 void JpsUtilBackupRestorePolicyIfc.backupGlobalPolicyData(java.lang.String srcJpsCtxName, java.lang.String backupFileName)
          This method backs-up all the Global policies, defined in a policy store to a given file.
static void JpsUtilPolicyStoreDiffTool.diffAppPolicies(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName, java.lang.String srcAppName, java.lang.String dstAppName, java.io.File reportFile)
          The method computes the difference between two application scoped policy stores and generates an HTML report.
static void JpsUtilMigrationTool.executeCommand(java.util.Map<java.lang.String,java.lang.String> switches)
           
static void JpsUtilUpgradeTool.executeCommand(java.util.Map<java.lang.String,java.lang.String> switches)
           
static void JpsUtilModifyBootCredTool.executeCommand(java.lang.String jpsConfigFile, java.lang.String userName, char[] password)
          This API is invoked by the WLST offline command modifyBootStrapCredential It is used to modify/reset the bootstrap credentials of policystore/credential store defined in default JPS context
static void JpsUtilAddBootCredTool.executeCommand(java.lang.String jpsConfigFile, java.lang.String mapName, java.lang.String keyName, java.lang.String userName, char[] password)
          This API is invoked by the WLST offline command addBootStrapCredential It is used to add the bootstrap credentials to policystore/credential store defined in default JPS context
static void JpsUtilMigrationTool.executeXacmlMigrationCommand(java.util.Map<java.lang.String,java.lang.String> switches)
           
static JpsUtilBackupRestorePolicyIfc JpsUtilityFactory.getBackupRestorePolicyUtil()
          Method to retrieve the interface related to Backup and Restore
static JpsUtilDeploymentIfc JpsUtilityFactory.getDeploymentSupportUtil()
          Method to retrieve the interface related to Deployment
static oracle.security.jps.tools.utility.JpsUtilExtractPolicyRealm JpsUtilityFactory.getJpsRemoteDecisionPoint()
          Method to retrieve the interface related to extracting disconnected data.
static JpsUtilMigrationAuditStoreIfc JpsUtilityFactory.getMigrationAuditStoreUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationCredIfc JpsUtilityFactory.getMigrationCredUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationKeyStoreIfc JpsUtilityFactory.getMigrationKeyStoreUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationPolicyIfc JpsUtilityFactory.getMigrationPolicyUtil()
          Method to retrieve the interface related to Migration
static oracle.security.jps.tools.utility.JpsUtilMigrationRealmIfc JpsUtilityFactory.getMigrationRealmUtil()
          Method to retrieve the interface related to Migration
static JpsUtilUpgradeIfc JpsUtilityFactory.getUpgradeSupportUtil()
          Method to retrieve the interface related to Upgrade
static JpsXacmlPolicyMigrationIfc JpsUtilityFactory.getXacmlPolicyMigrationInstance()
          Method to retrieve the interface related to XACML Migration
static java.lang.String[] JpsWLSTUtil.listAppStripesImpl(java.util.Map<java.lang.String,java.lang.String> switches)
           
 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)
 void JpsUtilMigrationPolicyIfc.migrateAllPolicyData(PolicyStore srcPs, PolicyStore dstPs, IdentityStoreService assoIDs)
          This method migrates all Global policies, from a policy store (source) to a another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAllPolicyData(java.lang.String srcJpsCtxName, JpsConfiguration srcConfiguration, java.lang.String dstJpsCtxName, JpsConfiguration dstConfiguration)
          This method migrates all the policies, from a policy store (source) to a another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAllPolicyData(java.lang.String srcJpsCtxName, JpsConfiguration srcConfiguration, java.lang.String dstJpsCtxName, JpsConfiguration dstConfiguration, java.lang.String dstAssoIdStoreCtxName, JpsConfiguration dstAssoIdStoreConfig)
          This method migrates all the Global policies, from a policy store (source) to a another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAllPolicyData(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName)
          This method migrates all the policies (Application as well as global), from a policy store (source) to another (destination).
 void JpsUtilMigrationPolicyIfc.migrateAppPolicyData(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName, java.lang.String appName)
          This method migrates all the policies defined for a given application, from a policy store (source) to another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAppPolicyData(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName, java.lang.String appName, boolean overwrite)
          This method migrates all the policies defined for a given application, from a policy store (source) to another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAppPolicyData(java.lang.String srcJpsCtxName, java.lang.String srcAppName, java.lang.String dstJpsCtxName, java.lang.String dstAppName)
          This method migrates all the policies defined for a given application, from a policy store (source) to another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAppPolicyData(java.lang.String srcJpsCtxName, java.lang.String srcAppName, java.lang.String dstJpsCtxName, java.lang.String dstAppName, boolean overwrite)
          This method migrates all the policies defined for a given application, from a policy store (source) to another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateAppPolicyData(java.lang.String srcJpsCtxName, java.lang.String srcAppName, java.lang.String dstJpsCtxName, java.lang.String dstAppName, boolean procPrivRole, java.lang.String resFile, boolean overwrite)
          This method migrates all the policies defined for a given application, from a policy store (source) to another policy store (destination).
 void JpsXacmlPolicyMigrationIfc.migrateAppPolicyDataToXacml(java.lang.String srcJpsCtxName, java.lang.String srcAppName, java.lang.String dstJpsCtxName, java.lang.String dstAppName)
          This method migrates all the policies defined for a given application, from a policy store (source) to another XACML basedpolicy store (destination).
 void JpsUtilDeploymentIfc.migrateAppPolicyToFarmLevelPolicyStore(java.io.InputStream is, boolean overwriteMergeFlag, java.lang.String dstAppName)
          Method to migrate Application specific policy from a FileInputStream to farm level policy store.
 void JpsUtilDeploymentIfc.migrateAppPolicyToFarmLevelPolicyStore(java.io.InputStream is, boolean overwriteMergeFlag, java.lang.String srcAppName, java.lang.String dstAppName)
          Method to migrate application specific policy from an InputStream to farm level policy store.
 void JpsUtilMigrationAuditStoreIfc.migrateAuditStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.util.Map<java.lang.String,java.lang.Object> options)
          Method to migrate all the audit store data from one (source) to another (destination)
 void JpsUtilMigrationAuditStoreIfc.migrateAuditStoreData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
          Method to migrate all the audit store data in a audit store(source) to another (destination)
 void JpsUtilDeploymentIfc.migrateCodePolicyToFarmLevelPolicyStore(java.io.InputStream is)
          Method to migrate codebase policy from an InputStream to farm level policy store.
 void JpsUtilMigrationCredIfc.migrateCredentialData(CredentialStore srcCredStore, CredentialStore dstCredStore)
          Method to migrate all the credentials in a credential store(source) to another (destination)
 void JpsUtilMigrationCredIfc.migrateCredentialData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration)
          Method to migrate all the credentials in a credential store(source) to another (destination)
 void JpsUtilMigrationCredIfc.migrateCredentialData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
          Method to migrate all the credentials in a credential store(source) to another (destination)
 void JpsUtilMigrationCredIfc.migrateCredentialData(java.lang.String srcJpsContext, java.lang.String dstJpsContext, boolean overwrite)
          Method to migrate all the credentials in a credential store(source) to another (destination)
 void JpsUtilMigrationPolicyIfc.migrateGlobalPolicyData(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName)
          This method migrates all the Global policies, from a policy store (source) to a another policy store (destination).
 void JpsUtilMigrationPolicyIfc.migrateJava2PolicyData(java.io.File srcJava2PolicyFile, java.lang.String dstJpsCtxName)
          This method migrates all the policies , from a java2 policy file (source) to a JPS policy store (destination).
 void JpsUtilMigrationKeyStoreIfc.migrateKeyStoreData(KeyStoreService srcKeystore, KeyStoreService dstKeystore)
          Method to migrate all the keystores from one (source) to another (destination)
 void JpsUtilMigrationKeyStoreIfc.migrateKeyStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration)
          Method to migrate all the keystores from one (source) to another (destination)
 void JpsUtilMigrationKeyStoreIfc.migrateKeyStoreData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
          Method to migrate all the keystores in a keystore (source) to another (destination)
 void JpsUtilMigrationKeyStoreIfc.migrateStripeScopedKeyStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String srcStripeName, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.lang.String dstStripeName)
          Method to migrate all the keystores in a given stripe in a keystore service(source) to a given stripe in another keystore (destination)
 void JpsUtilBackupRestorePolicyIfc.restoreAllPolicyData(java.lang.String restoreFileName, java.lang.String dstJpsCtxName)
          This method restores all the policies defined in a backup repository, to a policy store defined in the Jps Context.
 void JpsUtilBackupRestorePolicyIfc.restoreApplicationPolicyData(java.lang.String restoreFileName, java.lang.String dstJpsCtxName, java.lang.String appName)
          This method stores all the policies defined for a given application, stored in a backup repository, defined by the file name, to a policy store.
 void JpsUtilBackupRestorePolicyIfc.restoreGlobalPolicyData(java.lang.String restoreFileName, java.lang.String dstJpsCtxName)
          This method restores all Global policies defined in a backup repository, to a policy store defined in the Jps Context.
 void JpsUtilUpgradeLoginModule.upgradeAllLoginModules(java.lang.String srcFilePath, javax.management.MBeanServerConnection conn, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void JpsUtilUpgradeLoginModule.upgradeAllLoginModules(java.lang.String srcFilePath, java.lang.String host, java.lang.String port, java.lang.String userName, char[] password, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void JpsUtilUpgradeIfc.upgradeAppPolicies(java.lang.String jpsContext)
          This method will upgrade policy store by creating resources corresponding to permissions in grants in all application policies configured in the policy store.
 void JpsUtilUpgradeIfc.upgradeAppPolicies(java.lang.String jpsCtxName, java.io.File resTypeFile)
          This method will upgrade policy store by creating resource types, and resources corresponding to permissions in grants in all application policies configured in the policy store.
 void JpsUtilUpgradeIfc.upgradeAppPolicies(java.lang.String jpsCtxName, java.lang.String appName)
          This method will upgrade policy store by creating resources corresponding to permissions in grants in specified application policies.
 void JpsUtilUpgradeIfc.upgradeAppPoliciesDataXml(java.lang.String srcJaznDataFile, java.lang.String srcAppName, java.lang.String restypeFile, java.lang.String dstJaznDataFile)
           
 void JpsUtilUpgradeIfc.upgradeLdapPolicyData(java.lang.String jaznConfigFile, java.lang.String dstJpsContext)
          Method to migrate policies from an OID configured in a jazn config file (source) to jps policy store (destination)
 void JpsUtilUpgradeLoginModule.upgradeLoginModulesForAppln(java.lang.String srcFilePath, java.lang.String appName, javax.management.MBeanServerConnection conn, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void JpsUtilUpgradeLoginModule.upgradeLoginModulesForAppln(java.lang.String srcFilePath, java.lang.String appName, java.lang.String host, java.lang.String port, java.lang.String admin, char[] password, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void JpsUtilUpgradeIfc.upgradeXMLCredentialData(java.lang.String srcJaznDataFile, java.lang.String srcCVSSysAccounts, boolean srcDelSysAccounts, java.lang.String dstJpsContext)
          Method to migrate credentials in a jazn data xml file (source) to jps credential store (destination)
 void JpsUtilUpgradeIfc.upgradeXMLPolicyData(java.lang.String srcJaznDataFile, java.lang.String dstJpsContext)
          Method to migrate policies in a jazn data xml file (source) to jps policy store (destination)
 void JpsUtilUpgradeIfc.upgradeXMLRealmData(java.lang.String srcJaznDataFile, java.lang.String srcRealm, java.lang.String dstJpsContext)
          Method to migrate realm in a jazn data xml file (source) to jps identity store (destination)

 

Uses of JpsException in oracle.security.jps.util

 

Methods in oracle.security.jps.util that throw JpsException
static JpsContext JpsServicesUtil.getAppJpsContext()
          Deprecated. per bug 6060502
 JpsContext JpsServices.getAppJpsContext(java.lang.String applicationId)
          Deprecated. per bug 6060502
static JpsContext JpsServicesUtil.getAppJpsContext(java.lang.String applicationId)
          Deprecated. per bug 6060502
static
<T extends ServiceInstance>
T
JpsServicesUtil.getAppService(java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502
<T extends ServiceInstance>
T
JpsServices.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502
static
<T extends ServiceInstance>
T
JpsServicesUtil.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502
static java.lang.String SubjectUtil.getAuthenticatedUserUniqueID(javax.security.auth.Subject subject)
          Extract unique ID of the authenticated user from the subject.
static JpsContext JpsServicesUtil.getNamedJpsContext(java.lang.String contextName)
          Deprecated. per bug 6060502
 JpsContext JpsServices.getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)
          Deprecated. per bug 6060502
static JpsContext JpsServicesUtil.getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)
          Deprecated. per bug 6060502
static java.lang.String SubjectUtil.getUserUniqueIdentifier(javax.security.auth.Subject subject)
          Extract unique identifier of the user from the subject.
static
<T> T
JpsUtil.newInstance(java.lang.String propName, java.lang.String defaultVal, java.lang.ClassLoader loader)
           

 

Uses of JpsException in oracle.security.jps.v11_1.config.jaxb

 

Methods in oracle.security.jps.v11_1.config.jaxb that throw JpsException
 org.w3c.dom.Element JpsConfigSerializer.marshall(java.lang.Object root)
          } Marshall a JpsConfig object to generate a DOM element
 void JpsConfigSerializer.marshall(java.lang.Object root, java.io.OutputStream os)
          Marshall a JpsConfig object to generate a DOM element and write out to supplied output stream
 void JpsConfigSerializer.marshall(java.lang.Object root, java.lang.String fname)
          Marshall a JpsConfig object to generate a DOM element and write the DOM element into a file
 oracle.security.jps.v11_1.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(org.w3c.dom.Element root)
          Unmarshall the JpsConfig document element to create a JpsConfig object
 oracle.security.jps.v11_1.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(java.io.InputStream is)
          Unmarshall the input stream representing jps-config.xml, to create a JpsConfig object
 oracle.security.jps.v11_1.config.jaxb.JpsConfig JpsConfigSerializer.unmarshall(java.lang.String fname)
          Unmarshall the jps-config.xml file to create a JpsConfig object

 

Constructors in oracle.security.jps.v11_1.config.jaxb that throw JpsException
JpsConfigSerializer()
          Contsturctor

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.