| Package | Description |
|---|---|
| oracle.security.jps.config | |
| oracle.security.jps.service | |
| oracle.security.jps.service.idstore | |
| oracle.security.opss.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthConfigProviderDescriptor |
interface |
LoginModuleDescriptor
User: rkng Date: Jan 24, 2006 Time: 2:49:57 AM To change this template use File | Settings | File Templates.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceDescriptor |
JpsContextDescriptor.getCredentialStoreDescriptor() |
ServiceInstanceDescriptor |
JpsContextDescriptor.getIdentityStoreDescriptor() |
ServiceInstanceDescriptor |
JpsContextDescriptor.getPolicyStoreDescriptor() |
ServiceInstanceDescriptor |
JpsConfiguration.getServiceInstanceDescriptor(java.lang.String name)
Returns the
ServiceInstanceDescriptor with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ServiceInstanceDescriptor> |
JpsConfiguration.getServiceInstanceDescriptors() |
java.util.Map<java.lang.String,ServiceInstanceDescriptor> |
JpsContextDescriptor.getServiceInstanceDescriptors()
Returns the
ServiceInstanceDescriptorss associated with this binding. |
java.util.Map<java.lang.String,ServiceInstanceDescriptor> |
ServiceInstanceDescriptor.getServiceInstanceDescriptors()
Returns the
ServiceInstanceDescriptorss associated with this instance. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceDescriptor |
IdentityStoreService.getServiceInstanceDescriptor() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceInstanceDescriptor |