| Modifier and Type | Method and Description |
|---|---|
<T extends ServiceInstance> |
JpsContext.getServiceInstance(java.lang.Class<T> serviceInstanceClass)
Returns the
ServiceInstance that corresponds to the specified serviceInstanceClass
If this |
<T extends ServiceInstance> |
JpsContext.getServiceInstance(java.lang.Class<T> serviceInstanceClass)
Returns the
ServiceInstance that corresponds to the specified serviceInstanceClass
If this |
<T extends ServiceInstance> |
JpsContext.getServiceInstances(java.lang.Class<T> serviceInstanceClass)
Returns the
ServiceInstance(s) that corresponds to the specified serviceInstanceClass |
<T extends ServiceInstance> |
JpsContext.getServiceInstances(java.lang.Class<T> serviceInstanceClass)
Returns the
ServiceInstance(s) that corresponds to the specified serviceInstanceClass |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ServiceInstance> |
JpsContext.getServiceInstances()
Returns all
ServiceInstance(s) associated with this context. |
java.util.Collection<ServiceInstance> |
JpsContext.getServiceInstances()
Returns all
ServiceInstance(s) associated with this context. |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends ServiceInstance> |
JpsServiceLocator.lookup(java.lang.Class<T> klass) |
<T extends ServiceInstance> |
ServiceLocator.lookup(java.lang.Class<T> klass)
Returns the
ServiceInstance(s) that corresponds to the specified klass |
| 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 |
|---|---|
abstract void |
ServiceInstanceVisitor.visit(ServiceInstance serviceInstance) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeService
Attribute service provides a generic service used to store and retrieve security attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialStore
A CredentialStore is a secure store that maintains mappings of map names to Credential maps.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityStoreService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyStoreService
A KeyStoreService is a PKI based keystore service interface
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoginService
This is a generic authentication service to invoke configured JAAS login modules.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PolicyStore
PolicyStore is the top-level scope concept.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SsoService
This class provides APIs for applications to integrate with underlying SSO providers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrustService |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ServiceInstance> |
JpsServicesUtil.getAppService(java.lang.Class<T> serviceCls)
Deprecated.
per bug 6060502
|
<T extends ServiceInstance> |
JpsServices.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
Deprecated.
per bug 6060502
|
static <T extends ServiceInstance> |
JpsServicesUtil.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
Deprecated.
per bug 6060502
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OpssServiceInstance |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationManagementService
The OPSS Configuration Management Service which manages the lifecycle of configuration(s) for one or more OPSS Runtime(s) (ServiceContexts).
|
interface |
ConfigurationService
The OPSS Configuration Service which manages configuration for applications and tenants.
|
interface |
RuntimeConfigurationService
A Service that provides the OPSS Runtime with a view of the Configuration for any named active context.
|