|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpsConfiguration
An interface that represents JPS configuration information User: rkng Date: Nov 2, 2005 Time: 3:45:03 PM To change this template use File | Settings | File Templates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable |
---|
JpsPersistable.Mode |
Method Summary | |
---|---|
ExtendedProperty |
getExtendedProperties() Returns all extended properties configured. |
ExtendedPropertySet |
getExtendedPropertySet(java.lang.String name) Returns extended property set by name |
JpsContextDescriptor |
getJpsContextDescriptor() Returns the default JPS context. |
JpsContextDescriptor |
getJpsContextDescriptor(java.lang.String name) Returns the JPS context with the specified name |
java.util.Map<java.lang.String,JpsContextDescriptor> |
getJpsContextDescriptors() |
java.lang.String |
getName() Returns name of this configuration |
java.lang.String |
getProperty(java.lang.String name) Returns the property associated with the specified name. |
PropertySet |
getPropertySet(java.lang.String name) Returns the property set associated with the specified name |
ServiceInstanceDescriptor |
getServiceInstanceDescriptor(java.lang.String name) Returns the ServiceInstanceDescriptor with the specified name. |
java.util.Map<java.lang.String,ServiceInstanceDescriptor> |
getServiceInstanceDescriptors() |
ServiceProviderDescriptor |
getServiceProviderDescriptor(java.lang.String name) Returns the ServiceProviderDescriptor with the specified name. |
java.util.Map<java.lang.String,ServiceProviderDescriptor> |
getServiceProviderDescriptors() |
Methods inherited from interface oracle.security.jps.service.JpsPersistable |
---|
persist, refresh |
Method Detail |
---|
java.lang.String getName()
java.lang.String getProperty(java.lang.String name)
name
- name of the propertyPropertySet getPropertySet(java.lang.String name)
name
- name of the desired property setnull
if there exists no property sets with the given name.ServiceProviderDescriptor getServiceProviderDescriptor(java.lang.String name)
ServiceProviderDescriptor
with the specified name.name
- name of the ServiceProviderDescriptor
to be returnedServiceProviderDescriptor
with the specified name, or null
if such a descriptor cannot be found.ServiceInstanceDescriptor getServiceInstanceDescriptor(java.lang.String name)
ServiceInstanceDescriptor
with the specified name.name
- name of the ServiceInstanceDescriptor
to be returnedServiceInstanceDescriptor
with the specified name, or null
if such a descriptor cannot be found.JpsContextDescriptor getJpsContextDescriptor(java.lang.String name)
name
- the name of the JPS context to be returnednull
if such a context is not found.java.util.Map<java.lang.String,ServiceProviderDescriptor> getServiceProviderDescriptors()
java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()
java.util.Map<java.lang.String,JpsContextDescriptor> getJpsContextDescriptors()
JpsContextDescriptor getJpsContextDescriptor()
null
is returned.ExtendedProperty getExtendedProperties()
ExtendedPropertySet getExtendedPropertySet(java.lang.String name)
name
- Name of the extended property
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |