Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


Uses of Interface
oracle.security.jps.service.ServiceInstance

Packages that use ServiceInstance
oracle.security.jps   
oracle.security.jps.service   
oracle.security.jps.service.anonymous   
oracle.security.jps.service.audit   
oracle.security.jps.service.credstore   
oracle.security.jps.service.idstore   
oracle.security.jps.service.keystore   
oracle.security.jps.service.login   
oracle.security.jps.service.policystore   
oracle.security.jps.service.sso   
oracle.security.jps.util   

 

Uses of ServiceInstance in oracle.security.jps

 

Methods in oracle.security.jps with type parameters of type ServiceInstance
<T extends ServiceInstance>
T
JpsContext.getServiceInstance(java.lang.Class<T> serviceInstanceClass)
          Returns the ServiceInstance that corresponds to the specified serviceInstanceClass <p/> If this JpsContext does not contain a ServiceInstance of the specified type, then null is returned.
<T extends ServiceInstance>
T
JpsContext.getServiceInstance(java.lang.Class<T> serviceInstanceClass)
          Returns the ServiceInstance that corresponds to the specified serviceInstanceClass <p/> If this JpsContext does not contain a ServiceInstance of the specified type, then null is returned.
<T extends ServiceInstance>
java.util.Collection<T>
JpsContext.getServiceInstances(java.lang.Class<T> serviceInstanceClass)
          Returns the ServiceInstance(s) that corresponds to the specified serviceInstanceClass <p/>
<T extends ServiceInstance>
java.util.Collection<T>
JpsContext.getServiceInstances(java.lang.Class<T> serviceInstanceClass)
          Returns the ServiceInstance(s) that corresponds to the specified serviceInstanceClass <p/>

 

Methods in oracle.security.jps that return types with arguments of type ServiceInstance
 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.

 

Uses of ServiceInstance in oracle.security.jps.service

 

Methods in oracle.security.jps.service with type parameters of type ServiceInstance
abstract
<T extends ServiceInstance>
T
JpsServiceLocator.lookup(java.lang.Class<T> klass)
           
<T extends ServiceInstance>
T
ServiceLocator.lookup(java.lang.Class<T> klass)
          Returns the ServiceInstance(s) that corresponds to the specified klass <p/>

 

Methods in oracle.security.jps.service that return ServiceInstance
 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.

 

Methods in oracle.security.jps.service with parameters of type ServiceInstance
abstract  void ServiceInstanceVisitor.visit(ServiceInstance serviceInstance)
           

 

Uses of ServiceInstance in oracle.security.jps.service.anonymous

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.anonymous
 interface AnonymousService
          This is the base anonymous service interface that exposes anonymous user, role and subject

 

Uses of ServiceInstance in oracle.security.jps.service.audit

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.audit
 interface AuditService
           

 

Uses of ServiceInstance in oracle.security.jps.service.credstore

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.credstore
 interface CredentialStore
          A CredentialStore is a secure store that maintains mappings of map names to Credential maps.

 

Uses of ServiceInstance in oracle.security.jps.service.idstore

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.idstore
 interface IdentityStoreService
           

 

Uses of ServiceInstance in oracle.security.jps.service.keystore

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.keystore
 interface KeyStoreService
          A KeyStoreService is a PKI based keystore service interface

 

Uses of ServiceInstance in oracle.security.jps.service.login

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.login
 interface LoginService
          This is a generic authentication service which encapsulates configured jaas login module into jps service model.

 

Uses of ServiceInstance in oracle.security.jps.service.policystore

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.policystore
 interface PolicyStore
          PolicyStore is the top-level scope concept.

 

Uses of ServiceInstance in oracle.security.jps.service.sso

 

Subinterfaces of ServiceInstance in oracle.security.jps.service.sso
 interface SsoService
          This class provides APIs for applications to integrate with underlying SSO providers.

 

Uses of ServiceInstance in oracle.security.jps.util

 

Methods in oracle.security.jps.util with type parameters of type ServiceInstance
static
<T extends ServiceInstance>
T
JpsServicesUtil.getAppService(java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502
<T extends ServiceInstance>
T
JpsServices.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502
static
<T extends ServiceInstance>
T
JpsServicesUtil.getAppService(java.lang.String applicationId, java.lang.Class<T> serviceCls)
          Deprecated. per bug 6060502

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


Copyright © 2011, Oracle. All rights reserved.