Searched defs:providerId (Results 1 - 25 of 31) 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
/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/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
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoEntryData.java76 public String providerId = ""; field in class:SMDiscoEntryData
175 svc.setProviderID(providerId);
332 .append("providerId=")
333 .append(providerId)
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoEntryData.java76 public String providerId = ""; field in class:SMDiscoEntryData
175 svc.setProviderID(providerId);
332 .append("providerId=")
333 .append(providerId)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java68 private String providerId = null; field in class:FSAuthnResponse
212 // make sure the providerId is not assigned already
222 if (providerId != null && providerId.length() != 0) {
229 providerId = XMLUtils.getElementValue((Element) child);
292 return providerId;
302 providerId = provId;
499 if((providerId == null) || (providerId.length() == 0)){
501 + "providerId i
[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 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 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 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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java470 * @param providerId provider's entity ID
477 String realm, String providerId, String providerRole,
485 realm, providerId);
488 realm, providerId);
476 getExtendedConfig( String realm, String providerId, String providerRole, IDFFMetaManager metaManager) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolver.java112 * @param providerId The request's provider id attribute.
122 String providerId,
126 Reject.ifNull(providerId);
134 Map<AMIdentity, Map<String, Set<String>>> agents = searchAgentsByUri(providerId, adminToken);
121 resolve( String providerId, String gotoUrl, SSOToken adminToken, boolean uniqueSSOTokenCookie) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java71 private String providerId = null; field in class:FSAuthnResponse
215 // make sure the providerId is not assigned already
225 if (providerId != null && providerId.length() != 0) {
232 providerId = XMLUtils.getElementValue((Element) child);
295 return providerId;
305 providerId = provId;
502 if((providerId == null) || (providerId.length() == 0)){
504 + "providerId i
[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 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 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 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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java470 * @param providerId provider's entity ID
477 String realm, String providerId, String providerRole,
485 realm, providerId);
488 realm, providerId);
476 getExtendedConfig( String realm, String providerId, String providerRole, IDFFMetaManager metaManager) argument

Completed in 57 milliseconds

12