Searched defs:wsdlLocation (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSoapSTSInstanceModel.java104 final String wsdlLocation = CollectionHelper.getMapAttr(configurationState, SharedSTSConstants.WSDL_LOCATION);
105 STSInstanceModelResponse congruenceResponse = ensureCongruenceBetweenWsdlLocationAndSupportingToken(supportingToken, wsdlLocation);
164 private STSInstanceModelResponse ensureCongruenceBetweenWsdlLocationAndSupportingToken(String supportingToken, String wsdlLocation) { argument
166 The wsdlLocation will be one of the wsdl locations (besides custom) defined in the deployment-wsdl-location property
171 if (!wsdlLocation.startsWith(OPENAM_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
177 if (!wsdlLocation.startsWith(X509_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
183 if (!wsdlLocation.startsWith(USERNAME_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSoapSTSInstanceModel.java104 final String wsdlLocation = CollectionHelper.getMapAttr(configurationState, SharedSTSConstants.WSDL_LOCATION);
105 STSInstanceModelResponse congruenceResponse = ensureCongruenceBetweenWsdlLocationAndSupportingToken(supportingToken, wsdlLocation);
164 private STSInstanceModelResponse ensureCongruenceBetweenWsdlLocationAndSupportingToken(String supportingToken, String wsdlLocation) { argument
166 The wsdlLocation will be one of the wsdl locations (besides custom) defined in the deployment-wsdl-location property
171 if (!wsdlLocation.startsWith(OPENAM_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
177 if (!wsdlLocation.startsWith(X509_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
183 if (!wsdlLocation.startsWith(USERNAME_SUPPORTING_WSDL_FILE_NAME_CONSTITUENT)) {
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java84 private String wsdlLocation; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
133 * @param wsdlLocation the name of one of the bundled wsdl files
136 public T wsdlLocation(String wsdlLocation) { argument
137 this.wsdlLocation = wsdlLocation;
149 this.wsdlLocation = CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR;
173 private final String wsdlLocation; field in class:SoapDeploymentConfig
183 this.wsdlLocation = builder.wsdlLocation;
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java84 private String wsdlLocation; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
133 * @param wsdlLocation the name of one of the bundled wsdl files
136 public T wsdlLocation(String wsdlLocation) { argument
137 this.wsdlLocation = wsdlLocation;
149 this.wsdlLocation = CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR;
173 private final String wsdlLocation; field in class:SoapDeploymentConfig
183 this.wsdlLocation = builder.wsdlLocation;
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 52 milliseconds