Searched refs:createSTSInstanceState (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateFactory.java31 S createSTSInstanceState(T stsInstanceConfig) throws TokenCreationException; method in interface:STSInstanceStateFactory
H A DSTSInstanceStateProviderBase.java83 T createdState = createSTSInstanceState(instanceId, realm);
102 private T createSTSInstanceState(String instanceId, String realm) throws TokenCreationException, STSPublishException { method in class:STSInstanceStateProviderBase
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));
H A DRestSTSInstanceStateFactoryImpl.java40 public RestSTSInstanceState createSTSInstanceState(RestSTSInstanceConfig config) throws TokenCreationException { method in class:RestSTSInstanceStateFactoryImpl
H A DSoapSTSInstanceStateFactoryImpl.java40 public SoapSTSInstanceState createSTSInstanceState(SoapSTSInstanceConfig config) throws TokenCreationException { method in class:SoapSTSInstanceStateFactoryImpl
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateFactory.java31 S createSTSInstanceState(T stsInstanceConfig) throws TokenCreationException; method in interface:STSInstanceStateFactory
H A DSTSInstanceStateProviderBase.java83 T createdState = createSTSInstanceState(instanceId, realm);
102 private T createSTSInstanceState(String instanceId, String realm) throws TokenCreationException, STSPublishException { method in class:STSInstanceStateProviderBase
104 return instanceStateFactory.createSTSInstanceState(stsInstanceConfigStore.getSTSInstanceConfig(instanceId, realm));
H A DRestSTSInstanceStateFactoryImpl.java40 public RestSTSInstanceState createSTSInstanceState(RestSTSInstanceConfig config) throws TokenCreationException { method in class:RestSTSInstanceStateFactoryImpl
H A DSoapSTSInstanceStateFactoryImpl.java40 public SoapSTSInstanceState createSTSInstanceState(SoapSTSInstanceConfig config) throws TokenCreationException { method in class:SoapSTSInstanceStateFactoryImpl
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImplTest.java187 return restSTSInstanceStateFactory.createSTSInstanceState(getRestSTSInstanceConfig(signAssertion));
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImplTest.java187 return restSTSInstanceStateFactory.createSTSInstanceState(getRestSTSInstanceConfig(signAssertion));

Completed in 53 milliseconds