Searched refs:providerId (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSArtifactStats.java40 private String providerId; field in class:FSArtifactStats
47 * @param providerId provider id
49 public FSArtifactStats(Map table, String realm, String providerId) { argument
51 this.providerId = providerId;
63 providerId + " under realm " + realm + " : " + table.size());
66 "No artifact found in table for provider " + providerId +
H A DFSAssertionStats.java41 private String providerId; field in class:FSAssertionStats
47 * @param providerId provider ID
49 public FSAssertionStats(Map table, String realm, String providerId) { argument
52 this.providerId = providerId;
62 "Number of assertion in table for provider " + providerId +
66 "No assertion found in table for provider " + providerId +
H A DFSSessionMapStats.java41 private String providerId; field in class:FSSessionMapStats
49 * @param providerId hosted provider ID
52 Map table, String name, String realm, String providerId)
56 this.providerId = providerId;
66 + " table for provider " + providerId + " in realm "
70 + " table for provider " + providerId
51 FSSessionMapStats( Map table, String name, String realm, String providerId) argument
H A DFSAssertionManagerClient.java254 String providerId = null;
257 providerId = (String) stub.send("getDestIdForArtifact", obj,
259 if (providerId == null && FSUtils.debug.messageEnabled()) {
266 providerId);
268 return providerId;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSArtifactStats.java40 private String providerId; field in class:FSArtifactStats
47 * @param providerId provider id
49 public FSArtifactStats(Map table, String realm, String providerId) { argument
51 this.providerId = providerId;
63 providerId + " under realm " + realm + " : " + table.size());
66 "No artifact found in table for provider " + providerId +
H A DFSAssertionStats.java41 private String providerId; field in class:FSAssertionStats
47 * @param providerId provider ID
49 public FSAssertionStats(Map table, String realm, String providerId) { argument
52 this.providerId = providerId;
62 "Number of assertion in table for provider " + providerId +
66 "No assertion found in table for provider " + providerId +
H A DFSSessionMapStats.java41 private String providerId; field in class:FSSessionMapStats
49 * @param providerId hosted provider ID
52 Map table, String name, String realm, String providerId)
56 this.providerId = providerId;
66 + " table for provider " + providerId + " in realm "
70 + " table for provider " + providerId
51 FSSessionMapStats( Map table, String name, String realm, String providerId) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationResponse.java65 private String providerId = null; field in class:FSNameRegistrationResponse
134 return providerId;
140 * @param providerId the value of providerID attribute.
143 public void setProviderId(String providerId){ argument
144 this.providerId = providerId;
174 * @param providerId the value of <code>ProviderID</code> attribute.
179 Status status, String providerId,
199 this.providerId = providerId;
178 FSNameRegistrationResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) argument
[all...]
H A DFSLogoutResponse.java74 private String providerId; field in class:FSLogoutResponse
88 providerId = new String();
104 * @param providerId the value of <code>ProviderID</code> attribute.
111 String providerId,
133 this.providerId = providerId;
221 if (providerId != null) {
225 + " than one providerId");
229 providerId = XMLUtils.getElementValue((Element) child);
247 if (providerId
108 FSLogoutResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) argument
350 setProviderId(String providerId) argument
[all...]
H A DFSNameRegistrationRequest.java70 private String providerId; field in class:FSNameRegistrationRequest
145 * @param providerId the value of <code>ProviderID</code> attribute.
158 String providerId,
193 this.providerId=providerId;
260 if (providerId != null) {
268 providerId = XMLUtils.getElementValue((Element) child);
381 if((providerId == null) || (providerId.length() == 0)){
383 + "providerId i
155 FSNameRegistrationRequest( String requestId, List respondWiths, String providerId, SPProvidedNameIdentifier spProvidedNameIdentifier, IDPProvidedNameIdentifier idpProvidedNameIdentifier, OldProvidedNameIdentifier oldProvidedNameIdentifier, String relayState) argument
550 setProviderId(String providerId) argument
[all...]
H A DFSLogoutNotification.java72 private String providerId; field in class:FSLogoutNotification
158 if (providerId != null) {
166 providerId = XMLUtils.getElementValue((Element) child);
255 this.providerId = providerID;
357 if((providerId == null) || (providerId.length() == 0)){
359 + "providerId is null in the request with requestId:"
489 .append(providerId)
572 return providerId;
582 this.providerId
[all...]
H A DFSFederationTerminationNotification.java68 private String providerId; field in class:FSFederationTerminationNotification
81 providerId = new String();
151 if (providerId != null) {
160 providerId = XMLUtils.getElementValue((Element) child);
259 this.providerId = providerID;
295 if((providerId == null) || (providerId.length() == 0)){
298 + ": providerId is null in the request with requestId:"
409 .append(providerId)
425 .append(providerId)
[all...]
H A DFSAuthnRequest.java73 private String providerId = null; field in class:FSAuthnRequest
149 this.providerId = providerID;
212 if(providerId != null && providerId.length() != 0) {
217 providerId = XMLUtils.getElementValue((Element) child);
370 if((providerId == null) || (providerId.length() == 0)){
372 + "providerId is null in the request with requestId:"
500 .append(providerId)
856 return providerId;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationResponse.java68 private String providerId = null; field in class:FSNameRegistrationResponse
137 return providerId;
143 * @param providerId the value of providerID attribute.
146 public void setProviderId(String providerId){ argument
147 this.providerId = providerId;
177 * @param providerId the value of <code>ProviderID</code> attribute.
182 Status status, String providerId,
202 this.providerId = providerId;
181 FSNameRegistrationResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) argument
[all...]
H A DFSLogoutResponse.java77 private String providerId; field in class:FSLogoutResponse
91 providerId = new String();
107 * @param providerId the value of <code>ProviderID</code> attribute.
114 String providerId,
136 this.providerId = providerId;
224 if (providerId != null) {
228 + " than one providerId");
232 providerId = XMLUtils.getElementValue((Element) child);
250 if (providerId
111 FSLogoutResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) argument
353 setProviderId(String providerId) argument
[all...]
H A DFSNameRegistrationRequest.java73 private String providerId; field in class:FSNameRegistrationRequest
148 * @param providerId the value of <code>ProviderID</code> attribute.
161 String providerId,
196 this.providerId=providerId;
263 if (providerId != null) {
271 providerId = XMLUtils.getElementValue((Element) child);
384 if((providerId == null) || (providerId.length() == 0)){
386 + "providerId i
158 FSNameRegistrationRequest( String requestId, List respondWiths, String providerId, SPProvidedNameIdentifier spProvidedNameIdentifier, IDPProvidedNameIdentifier idpProvidedNameIdentifier, OldProvidedNameIdentifier oldProvidedNameIdentifier, String relayState) argument
553 setProviderId(String providerId) argument
[all...]
H A DFSLogoutNotification.java75 private String providerId; field in class:FSLogoutNotification
161 if (providerId != null) {
169 providerId = XMLUtils.getElementValue((Element) child);
258 this.providerId = providerID;
360 if((providerId == null) || (providerId.length() == 0)){
362 + "providerId is null in the request with requestId:"
492 .append(providerId)
575 return providerId;
585 this.providerId
[all...]
H A DFSFederationTerminationNotification.java71 private String providerId; field in class:FSFederationTerminationNotification
84 providerId = new String();
154 if (providerId != null) {
163 providerId = XMLUtils.getElementValue((Element) child);
262 this.providerId = providerID;
298 if((providerId == null) || (providerId.length() == 0)){
301 + ": providerId is null in the request with requestId:"
412 .append(providerId)
428 .append(providerId)
[all...]
H A DFSAuthnRequest.java76 private String providerId = null; field in class:FSAuthnRequest
152 this.providerId = providerID;
215 if(providerId != null && providerId.length() != 0) {
220 providerId = XMLUtils.getElementValue((Element) child);
373 if((providerId == null) || (providerId.length() == 0)){
375 + "providerId is null in the request with requestId:"
503 .append(providerId)
859 return providerId;
[all...]
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieWriterServlet.java193 String providerId = request.getParameter(
196 if (providerId == null ||
197 providerId.trim().length() <= 0) {
234 generateSuccinctID(providerId, bIsSAML2)
239 cookieValue, providerId, bIsSAML2
310 * present value and the providerId of the IDP that calls this service
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieWriterServlet.java193 String providerId = request.getParameter(
196 if (providerId == null ||
197 providerId.trim().length() <= 0) {
234 generateSuccinctID(providerId, bIsSAML2)
239 cookieValue, providerId, bIsSAML2
310 * present value and the providerId of the IDP that calls this service
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryProviderResourceIdMapperViewBeanBase.java148 String providerId = ((String)propertySheetModel.getValue(
153 if (providerId.length() == 0) {
155 "discovery.service.providerResourceIdMapper.missing.providerId.message");
161 values.put(ATTR_PROVIDERID, providerId);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryProviderResourceIdMapperViewBeanBase.java148 String providerId = ((String)propertySheetModel.getValue(
153 if (providerId.length() == 0) {
155 "discovery.service.providerResourceIdMapper.missing.providerId.message");
161 values.put(ATTR_PROVIDERID, providerId);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnSessionManager.java60 * @return HashMap containing <code>providerId</code>,
94 * @param providerId providerId where logout was initiated for this user
101 String providerId,
110 valMap.put(IFSConstants.PROVIDER, providerId);
99 setUserProviderInfo( String userDN, String providerId, String isIDP, String relayState, String responseTo) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnSessionManager.java60 * @return HashMap containing <code>providerId</code>,
94 * @param providerId providerId where logout was initiated for this user
101 String providerId,
110 valMap.put(IFSConstants.PROVIDER, providerId);
99 setUserProviderInfo( String userDN, String providerId, String isIDP, String relayState, String responseTo) argument

Completed in 82 milliseconds

12