|
Oracle Fusion Middleware Oracle Platform Security Services API Reference 11g Release 1 (11.1.1) E14650-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextFactory
This interface defines methods for retrieval of JpsContext instances.
Method Summary | |
---|---|
JpsContext |
getContext() Returns the default JpsContext <p/> return the system-level default JpsContext <p/> For J2SE standalone application deployments, the system-level default JpsContext corresponds to the default configuration set via the "oracle.security.jps.config" system property |
JpsContext |
getContext(java.lang.String name) Returns the JPS context associated with the specified name <p/> 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 |
Method Detail |
---|
JpsContext getContext() throws JpsException
JpsException
- if an error condition is encountered during the invocation of this methodJpsContext getContext(java.lang.String name) throws JpsException
name
- name of the JpsContext to be looked upJpsException
- if an error condition is encountered during the invocation of this methodgetContext()
|
Oracle Fusion Middleware Oracle Platform Security Services API Reference 11g Release 1 (11.1.1) E14650-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |