Searched refs:stsInstanceConfigStore (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java42 private final STSInstanceConfigStore<S> stsInstanceConfigStore; field in class:STSInstanceStateProviderBase
55 this.stsInstanceConfigStore = restStsInstanceStore;
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java42 private final STSInstanceConfigStore<S> stsInstanceConfigStore; field in class:STSInstanceStateProviderBase
55 this.stsInstanceConfigStore = restStsInstanceStore;
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));

Completed in 40 milliseconds