|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JpsException in oracle.security.jps |
|---|
| Methods in oracle.security.jps that throw JpsException | |
|---|---|
JpsContext |
ContextFactory.getContext()Returns the default JpsContext <p/> 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 <p/> 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 <p/> 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 |
| 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.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
|
JpsServiceLocator.lookup(java.lang.Class<T> klass) |
|
|
ServiceLocator.lookup(java.lang.Class<T> klass)Returns the ServiceInstance(s) that corresponds to the specified klass <p/> |
|
| Uses of JpsException in oracle.security.jps.service.anonymous |
|---|
| Subclasses of JpsException in oracle.security.jps.service.anonymous | |
|---|---|
class |
AnonymousServiceException |
| Uses of JpsException in oracle.security.jps.service.anonymous.util |
|---|
| Methods in oracle.security.jps.service.anonymous.util that throw JpsException | |
|---|---|
static AnonymousService |
JpsAnonymousUtil.getAnonymousService()Utility method to get anonymous service |
| 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 |
CredentialAlreadyExistsExceptionThis is the CSF (Credential Store Framework) exception. |
class |
CredentialExpiredExceptionThis is the CSF (Credential Store Framework) exception. |
class |
CredentialInvalidExceptionThis is the CSF (Credential Store Framework) exception. |
class |
CredentialNotFoundExceptionThis is the CSF (Credential Store Framework) exception. |
class |
CredStoreExceptionThis 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.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 |
ApplicationRoleInUseExceptionThis exception is thrown when an application role to be deleted is referenced by other application roles. |
class |
PolicyObjectAlreadyExistsExceptionThis exception is thrown when a specific policy object (grantee, role etc) already exists in the policy store |
class |
PolicyObjectNotFoundExceptionThis exception is thrown when a specific policy object (grantee, role etc) already exists in the policy store |
class |
PolicyStoreConfigException |
class |
PolicyStoreExceptionThis is the policy store base exception and is thrown when there is any error during policy operation |
class |
PolicyStoreOperationNotAllowedException |
class |
ResourceFinderExceptionThis 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 permClass, java.lang.String targetName, java.lang.String actions)Constructs an in-memory representation of a Permission Entry Object. |
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 PermissionEntry |
InfoFactory.newPermissionEntry(java.lang.String displayName, java.lang.String description, java.lang.String permClass, java.lang.String targetName, java.lang.String actions)Constructs an in-memory representation of a Permission Entry Object. |
static PermissionSetEntry |
InfoFactory.newPermissionSet(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.Set<ResourceActionsEntry> resourceActions)Creates a PermissionSetEntry in memory. |
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(ResourceEntry resource, java.util.Set<java.lang.String> actions)Construct a ResourceActionsEntry |
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 ResourceEntry |
InfoFactory.newResourceEntry(java.lang.String displayName, java.lang.String descr, java.lang.String type, java.lang.String name)Creates a ResourceEntry in memory. |
static ResourceTypeEntry |
InfoFactory.newResourceTypeEntry(java.lang.String name, java.lang.String displayName, java.lang.String descr, java.lang.String provider, java.lang.String matcher, java.util.Set<java.lang.String> allowedActions, java.lang.String delimiter)Creates a ResourceTypeEntry in memory. |
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 |
| 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 |
SsoServiceExceptionThis 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 |
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 |
org.w3c.dom.Document |
JpsUtilExtractPolicyRealm.extractUserPolicies(java.lang.String userName, java.util.List<java.lang.String> appNames)This method extracts identity and policy information for the named user and specified set of Application Stripes. |
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 JpsUtilExtractPolicyRealm |
JpsUtilityFactory.getJpsRemoteDecisionPoint()Method to retrieve the interface related to extracting disconnected data. |
static JpsUtilMigrationCredIfc |
JpsUtilityFactory.getMigrationCredUtil()Method to retrieve the interface related to Migration |
static JpsUtilMigrationPolicyIfc |
JpsUtilityFactory.getMigrationPolicyUtil()Method to retrieve the interface related to Migration |
static JpsUtilMigrationRealmIfc |
JpsUtilityFactory.getMigrationRealmUtil()Method to retrieve the interface related to Migration |
static JpsUtilUpgradeIfc |
JpsUtilityFactory.getUpgradeSupportUtil()Method to retrieve the interface related to Upgrade |
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 |
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 |
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 |
JpsUtilMigrationRealmIfc.migrateLDAPtoLdifRealm(java.lang.String srcSubscriber, java.lang.String srcLdapLocation, java.lang.String srcLdapPrincipal, char[] srcLdapCredentials, java.lang.String dstRealm, java.lang.String dstFileLocation, java.lang.String dstLdapLocation, java.lang.String dstLdapPrincipal, char[] dstLdapCredentials)Method to migrate realm data(users and roles) from one identity store to another. |
void |
JpsUtilMigrationRealmIfc.migrateLDAPtoXMLRealm(java.lang.String srcSubscriber, java.lang.String srcLdapLocation, java.lang.String srcLdapPrincipal, char[] srcLdapCredentials, java.lang.String dstRealm, java.lang.String dstFileLocation)Method to migrate realm data(users and roles) from one identity store to another. |
void |
JpsUtilMigrationRealmIfc.migrateRealmData(java.lang.String srcJpsCtx, java.lang.String dstJpsCtx, java.lang.String dstLdifFile)Method to migrate realm data( users and roles) from one identity store (source) to another (destination). |
void |
JpsUtilMigrationRealmIfc.migrateXmlToLdifRealmData(java.lang.String srcRealm, java.lang.String srcFileLocation, java.lang.String dstRealm, java.lang.String dstFileLocation, java.lang.String dstLdapLocation, java.lang.String dstLdapPrincipal, char[] dstLdapCredentials)Method to migrate realm data(users and roles) from one identity store to another. |
void |
JpsUtilMigrationRealmIfc.migrateXmlToXmlRealmData(java.lang.String srcRealm, java.lang.String srcFileLocation, java.lang.String dstRealm, java.lang.String dstFileLocation)Method to migrate realm data(users and roles) from one identity store to another. |
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.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 | ||
|---|---|---|
void |
JpsLdapBootstrap.checkJpsLdapSchema(java.io.InputStream schema)checks the LDAP server if the schema exists. |
|
void |
JpsLdapBootstrap.createJpsBootstrapInLdapStore(java.io.File schemaFile)Seeds JPS schema in the LDAP server. |
|
void |
JpsLdapBootstrap.createJpsBootstrapInLdapStore(java.io.InputStream schema)Seeds JPS schema in the LDAP server. |
|
void |
JpsLdapBootstrap.createJpsCredentailStoreInLdap(java.lang.String domain)Creates a LDAP node CredentialStore under a domain node for storing LDAP credential store data. |
|
void |
JpsLdapBootstrap.createJpsFarmInLdapStore(java.lang.String farmName)Creates LDAP nodes CredentialStore and SystemPolicy under a farm node for storing LDAP credential and system policy store data. |
|
void |
JpsLdapBootstrap.createJpsPolicyStoreInLdap(java.lang.String domain)Creates a LDAP node SystemPolicy under a domain node for storing domain wide authorization policies. |
|
void |
JpsLdapBootstrap.deleteJpsBootstrapInLdapStore()Deletes LDAP node JPSContext and all sub-nodes. |
|
void |
JpsLdapBootstrap.deleteJpsFarmInLdapStore(java.lang.String farmName)Deletes LDAP node for a farm data store. |
|
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
|
JpsServicesUtil.getAppService(java.lang.Class<T> serviceCls)Deprecated. per bug 6060502 |
|
|
JpsServices.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)Deprecated. per bug 6060502 |
|
static
|
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 JpsLdapBootstrap |
JpsLdapUtil.getInstance(java.lang.String jpsContextBase, java.lang.String ldapURI, java.lang.String userDN, char[] password) |
|
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
|
JpsUtil.newInstance(java.lang.String propName, java.lang.String defaultVal, java.lang.ClassLoader loader) |
|
void |
JpsLdapBootstrap.setJpsContextInLdapStore()add cn=JPSContext in LDAP if it does not exist |
|
| 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 |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||