Searched refs:instanceStateFactory (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java43 private final STSInstanceStateFactory<T, S> instanceStateFactory; field in class:STSInstanceStateProviderBase
48 STSInstanceStateFactory<T, S> instanceStateFactory,
56 this.instanceStateFactory = instanceStateFactory;
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));
47 STSInstanceStateProviderBase(STSInstanceConfigStore<S> restStsInstanceStore, STSInstanceStateFactory<T, S> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, ServiceListener serviceListener, String serviceName, String serviceVersion, Logger logger) argument
H A DRestSTSInstanceStateProvider.java38 STSInstanceStateFactory<RestSTSInstanceState, RestSTSInstanceConfig> instanceStateFactory,
42 super(restStsInstanceStore, instanceStateFactory, serviceListenerRegistration, serviceListener,
37 RestSTSInstanceStateProvider(STSInstanceConfigStore<RestSTSInstanceConfig> restStsInstanceStore, STSInstanceStateFactory<RestSTSInstanceState, RestSTSInstanceConfig> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, @Named(TokenGenerationModule.REST_STS_INSTANCE_STATE_LISTENER)ServiceListener serviceListener, Logger logger) argument
H A DSoapSTSInstanceStateProvider.java38 STSInstanceStateFactory<SoapSTSInstanceState, SoapSTSInstanceConfig> instanceStateFactory,
42 super(restStsInstanceStore, instanceStateFactory, serviceListenerRegistration, serviceListener,
37 SoapSTSInstanceStateProvider(STSInstanceConfigStore<SoapSTSInstanceConfig> restStsInstanceStore, STSInstanceStateFactory<SoapSTSInstanceState, SoapSTSInstanceConfig> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, @Named(TokenGenerationModule.SOAP_STS_INSTANCE_STATE_LISTENER)ServiceListener serviceListener, Logger logger) argument
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java43 private final STSInstanceStateFactory<T, S> instanceStateFactory; field in class:STSInstanceStateProviderBase
48 STSInstanceStateFactory<T, S> instanceStateFactory,
56 this.instanceStateFactory = instanceStateFactory;
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));
47 STSInstanceStateProviderBase(STSInstanceConfigStore<S> restStsInstanceStore, STSInstanceStateFactory<T, S> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, ServiceListener serviceListener, String serviceName, String serviceVersion, Logger logger) argument
H A DRestSTSInstanceStateProvider.java38 STSInstanceStateFactory<RestSTSInstanceState, RestSTSInstanceConfig> instanceStateFactory,
42 super(restStsInstanceStore, instanceStateFactory, serviceListenerRegistration, serviceListener,
37 RestSTSInstanceStateProvider(STSInstanceConfigStore<RestSTSInstanceConfig> restStsInstanceStore, STSInstanceStateFactory<RestSTSInstanceState, RestSTSInstanceConfig> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, @Named(TokenGenerationModule.REST_STS_INSTANCE_STATE_LISTENER)ServiceListener serviceListener, Logger logger) argument
H A DSoapSTSInstanceStateProvider.java38 STSInstanceStateFactory<SoapSTSInstanceState, SoapSTSInstanceConfig> instanceStateFactory,
42 super(restStsInstanceStore, instanceStateFactory, serviceListenerRegistration, serviceListener,
37 SoapSTSInstanceStateProvider(STSInstanceConfigStore<SoapSTSInstanceConfig> restStsInstanceStore, STSInstanceStateFactory<SoapSTSInstanceState, SoapSTSInstanceConfig> instanceStateFactory, ServiceListenerRegistration serviceListenerRegistration, @Named(TokenGenerationModule.SOAP_STS_INSTANCE_STATE_LISTENER)ServiceListener serviceListener, Logger logger) argument

Completed in 21 milliseconds