| Modifier and Type | Method and Description | 
|---|---|
| <T extends ServiceInstance> | JpsContext. getServiceInstance(java.lang.Class<T> serviceInstanceClass)Returns the  ServiceInstancethat corresponds to the specifiedserviceInstanceClassIf this  | 
| <T extends ServiceInstance> | JpsContext. getServiceInstance(java.lang.Class<T> serviceInstanceClass)Returns the  ServiceInstancethat corresponds to the specifiedserviceInstanceClassIf this  | 
| <T extends ServiceInstance> | JpsContext. getServiceInstances(java.lang.Class<T> serviceInstanceClass)Returns the  ServiceInstance(s) that corresponds to the specifiedserviceInstanceClass | 
| <T extends ServiceInstance> | JpsContext. getServiceInstances(java.lang.Class<T> serviceInstanceClass)Returns the  ServiceInstance(s) that corresponds to the specifiedserviceInstanceClass | 
| 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 specifiedklass | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceInstance | ServiceProvider. getInstance(ServiceInstanceDescriptor serviceInstanceDesc, javax.security.auth.callback.CallbackHandler cbHandler, boolean create)Returns the  ServiceInstancethat corresponds to the specifiedServiceInstanceDescriptorIf such an instance cannot be found, then a new instance is created and returned ifcreateistrueotherwisenullis returned. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | ServiceInstanceVisitor. visit(ServiceInstance serviceInstance) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AttributeServiceAttribute 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  | CredentialStoreA 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  | KeyStoreServiceA KeyStoreService is a PKI based keystore service interface | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LoginServiceThis is a generic authentication service to invoke configured JAAS login modules. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PolicyStorePolicyStore is the top-level scope concept. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SsoServiceThis 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 |