Searched refs:stsType (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java53 public Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException { argument
54 if (stsType.isRestSTS()) {
55 return restSTSInstanceModel.getPublishedInstances(stsType, realm);
57 return soapSTSInstanceModel.getPublishedInstances(stsType, realm);
62 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
63 if (stsType.isRestSTS()) {
64 restSTSInstanceModel.deleteInstances(stsType, instanceNames);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);
H A DSTSInstanceModel.java30 * @param stsType is the request for soap or rest instances
38 STSInstanceModelResponse createInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm) throws AMConsoleException; argument
42 * @param stsType is the request for soap or rest instances
51 STSInstanceModelResponse updateInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm, String instanceName) argument
56 * @param stsType is the request for soap or rest instances
63 Map<String, Set<String>> getInstanceState(STSType stsType, String realm, String instanceName) throws AMConsoleException; argument
67 * @param stsType is the request for soap or rest instances
72 STSInstanceModelResponse validateConfigurationState(STSType stsType, Map<String, Set<String>> configurationState); argument
H A DSTSHomeViewBeanModel.java39 * @param stsType is the request for soap or rest instances
44 Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException; argument
48 * @param stsType is the request for soap or rest instances
52 void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException; argument
H A DSTSInstanceModelBase.java80 public Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException { argument
82 ServiceConfig baseService = new ServiceConfigManager(getServiceNameForSTSType(stsType),
95 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
98 STSInstanceModelResponse response = invokeSTSInstanceDeletion(stsType, instanceName);
109 public STSInstanceModelResponse createInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm) throws AMConsoleException { argument
117 return invokeSTSInstancePublish(stsType, invocationJson.toString());
124 public STSInstanceModelResponse updateInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm, String instanceName) throws AMConsoleException { argument
132 return invokeSTSInstanceUpdate(stsType, invocationJson.toString(), instanceName);
139 public Map<String, Set<String>> getInstanceState(STSType stsType, String realm, String instanceName) throws AMConsoleException { argument
141 ServiceConfig baseService = new ServiceConfigManager(getServiceNameForSTSType(stsType),
158 getServiceNameForSTSType(STSType stsType) argument
166 validateConfigurationState(STSType stsType, Map<String, Set<String>> configurationState) argument
405 invokeSTSInstancePublish(STSType stsType, String invocationPayload) argument
430 invokeSTSInstanceDeletion(STSType stsType, String instanceId) argument
453 invokeSTSInstanceUpdate(STSType stsType, String invocationPayload, String instanceId) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java53 public Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException { argument
54 if (stsType.isRestSTS()) {
55 return restSTSInstanceModel.getPublishedInstances(stsType, realm);
57 return soapSTSInstanceModel.getPublishedInstances(stsType, realm);
62 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
63 if (stsType.isRestSTS()) {
64 restSTSInstanceModel.deleteInstances(stsType, instanceNames);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);
H A DSTSInstanceModel.java30 * @param stsType is the request for soap or rest instances
38 STSInstanceModelResponse createInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm) throws AMConsoleException; argument
42 * @param stsType is the request for soap or rest instances
51 STSInstanceModelResponse updateInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm, String instanceName) argument
56 * @param stsType is the request for soap or rest instances
63 Map<String, Set<String>> getInstanceState(STSType stsType, String realm, String instanceName) throws AMConsoleException; argument
67 * @param stsType is the request for soap or rest instances
72 STSInstanceModelResponse validateConfigurationState(STSType stsType, Map<String, Set<String>> configurationState); argument
H A DSTSHomeViewBeanModel.java39 * @param stsType is the request for soap or rest instances
44 Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException; argument
48 * @param stsType is the request for soap or rest instances
52 void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException; argument
H A DSTSInstanceModelBase.java80 public Set<String> getPublishedInstances(STSType stsType, String realm) throws AMConsoleException { argument
82 ServiceConfig baseService = new ServiceConfigManager(getServiceNameForSTSType(stsType),
95 public void deleteInstances(STSType stsType, Set<String> instanceNames) throws AMConsoleException { argument
98 STSInstanceModelResponse response = invokeSTSInstanceDeletion(stsType, instanceName);
109 public STSInstanceModelResponse createInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm) throws AMConsoleException { argument
117 return invokeSTSInstancePublish(stsType, invocationJson.toString());
124 public STSInstanceModelResponse updateInstance(STSType stsType, Map<String, Set<String>> configurationState, String realm, String instanceName) throws AMConsoleException { argument
132 return invokeSTSInstanceUpdate(stsType, invocationJson.toString(), instanceName);
139 public Map<String, Set<String>> getInstanceState(STSType stsType, String realm, String instanceName) throws AMConsoleException { argument
141 ServiceConfig baseService = new ServiceConfigManager(getServiceNameForSTSType(stsType),
158 getServiceNameForSTSType(STSType stsType) argument
166 validateConfigurationState(STSType stsType, Map<String, Set<String>> configurationState) argument
405 invokeSTSInstancePublish(STSType stsType, String invocationPayload) argument
430 invokeSTSInstanceDeletion(STSType stsType, String instanceId) argument
453 invokeSTSInstanceUpdate(STSType stsType, String invocationPayload, String instanceId) argument
[all...]
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/service/invocation/
H A DTokenGenerationServiceInvocationState.java40 private AMSTSConstants.STSType stsType; field in class:TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
60 public TokenGenerationServiceInvocationStateBuilder stsType(AMSTSConstants.STSType stsType) { argument
61 this.stsType = stsType;
90 private static final String STS_TYPE = "stsType";
98 private final AMSTSConstants.STSType stsType; field in class:TokenGenerationServiceInvocationState
107 this.stsType = builder.stsType;
114 Reject.ifNull(stsType, "st
[all...]
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/service/invocation/
H A DTokenGenerationServiceInvocationState.java40 private AMSTSConstants.STSType stsType; field in class:TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
60 public TokenGenerationServiceInvocationStateBuilder stsType(AMSTSConstants.STSType stsType) { argument
61 this.stsType = stsType;
90 private static final String STS_TYPE = "stsType";
98 private final AMSTSConstants.STSType stsType; field in class:TokenGenerationServiceInvocationState
107 this.stsType = builder.stsType;
114 Reject.ifNull(stsType, "st
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java73 protected STSInstanceModel.STSType stsType; field in class:STSEditViewBeanBase
75 protected STSEditViewBeanBase(String viewBeanName, STSType stsType) { argument
77 this.stsType = stsType;
78 if (stsType.isRestSTS()) {
131 if (stsType.isRestSTS()) {
151 map = model.getInstanceState(stsType, currentRealm, instanceName);
170 if (stsType.isRestSTS()) {
200 STSInstanceModelResponse validationResponse = model.validateConfigurationState(stsType, configurationState);
203 STSInstanceModelResponse creationResponse = model.updateInstance(stsType, configurationStat
[all...]
H A DSTSAddViewBeanBase.java53 private final STSType stsType; field in class:STSAddViewBeanBase
56 STSType stsType) {
58 this.stsType = stsType;
83 if (stsType.isRestSTS()) {
105 STSInstanceModelResponse validationResponse = model.validateConfigurationState(stsType, configurationState);
109 STSInstanceModelResponse creationResponse = model.createInstance(stsType, configurationState, currentRealm);
55 STSAddViewBeanBase(String viewBeanName, String defaultDisplayUrl, String serviceName, STSType stsType) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java73 protected STSInstanceModel.STSType stsType; field in class:STSEditViewBeanBase
75 protected STSEditViewBeanBase(String viewBeanName, STSType stsType) { argument
77 this.stsType = stsType;
78 if (stsType.isRestSTS()) {
131 if (stsType.isRestSTS()) {
151 map = model.getInstanceState(stsType, currentRealm, instanceName);
170 if (stsType.isRestSTS()) {
200 STSInstanceModelResponse validationResponse = model.validateConfigurationState(stsType, configurationState);
203 STSInstanceModelResponse creationResponse = model.updateInstance(stsType, configurationStat
[all...]
H A DSTSAddViewBeanBase.java53 private final STSType stsType; field in class:STSAddViewBeanBase
56 STSType stsType) {
58 this.stsType = stsType;
83 if (stsType.isRestSTS()) {
105 STSInstanceModelResponse validationResponse = model.validateConfigurationState(stsType, configurationState);
109 STSInstanceModelResponse creationResponse = model.createInstance(stsType, configurationState, currentRealm);
55 STSAddViewBeanBase(String viewBeanName, String defaultDisplayUrl, String serviceName, STSType stsType) argument
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java60 private final AMSTSConstants.STSType stsType; field in class:TokenServiceConsumerImpl
68 TokenServiceConsumerImpl(AMSTSConstants.STSType stsType, argument
75 this.stsType = stsType;
151 .stsType(stsType)
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java60 private final AMSTSConstants.STSType stsType; field in class:TokenServiceConsumerImpl
68 TokenServiceConsumerImpl(AMSTSConstants.STSType stsType, argument
75 this.stsType = stsType;
151 .stsType(stsType)
/forgerock/openam-v13/openam-sts/openam-common-sts/src/test/java/org/forgerock/openam/sts/service/invocation/
H A DTokenGenerationServiceInvocationStateTest.java94 .stsType(AMSTSConstants.STSType.REST)
/forgerock/openam/openam-sts/openam-common-sts/src/test/java/org/forgerock/openam/sts/service/invocation/
H A DTokenGenerationServiceInvocationStateTest.java94 .stsType(AMSTSConstants.STSType.REST)
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImplTest.java193 .stsType(AMSTSConstants.STSType.REST)
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImplTest.java193 .stsType(AMSTSConstants.STSType.REST)

Completed in 56 milliseconds