Searched refs:proxyCount (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java60 private Integer proxyCount; field in class:ScopingImpl
153 return proxyCount;
159 * @param proxyCount new value of <code>ProxyCount</code> attribute.
163 public void setProxyCount(Integer proxyCount) throws SAML2Exception { argument
165 this.proxyCount = proxyCount;
196 if (idpList != null || (requesterIDList != null && !requesterIDList.isEmpty()) || proxyCount != null) {
198 validateProxyCount(proxyCount);
210 if (proxyCount != null) {
214 .append(proxyCount
315 validateProxyCount(Integer proxyCount) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java60 private Integer proxyCount; field in class:ScopingImpl
153 return proxyCount;
159 * @param proxyCount new value of <code>ProxyCount</code> attribute.
163 public void setProxyCount(Integer proxyCount) throws SAML2Exception { argument
165 this.proxyCount = proxyCount;
196 if (idpList != null || (requesterIDList != null && !requesterIDList.isEmpty()) || proxyCount != null) {
198 validateProxyCount(proxyCount);
210 if (proxyCount != null) {
214 .append(proxyCount
315 validateProxyCount(Integer proxyCount) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java57 private int proxyCount = -1; field in class:FSScoping
69 * @param proxyCount the number of proxies
71 public FSScoping(FSIDPList idpList, int proxyCount) { argument
73 this.proxyCount = proxyCount;
104 proxyCount = Integer.parseInt(count);
122 proxyCount = count;
131 return proxyCount;
188 if(proxyCount >= 0) {
190 .append(proxyCount)
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java57 private int proxyCount = -1; field in class:FSScoping
69 * @param proxyCount the number of proxies
71 public FSScoping(FSIDPList idpList, int proxyCount) { argument
73 this.proxyCount = proxyCount;
104 proxyCount = Integer.parseInt(count);
122 proxyCount = count;
131 return proxyCount;
188 if(proxyCount >= 0) {
190 .append(proxyCount)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java90 * @param proxyCount new value of <code>ProxyCount</code> attribute.
95 public void setProxyCount(Integer proxyCount) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java94 * @param proxyCount new value of <code>ProxyCount</code> attribute.
99 public void setProxyCount(Integer proxyCount) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java378 int proxyCount = 1;
380 proxyCount = scoping.getProxyCount().intValue();
381 newScoping.setProxyCount(new Integer(proxyCount-1));
394 int proxyCount = Integer.valueOf(proxyCountParam);
395 if (proxyCount <= 0) {
400 scoping.setProxyCount(proxyCount - 1);
462 int proxyCount = 0;
465 proxyCount = 1;
467 proxyCount = proxyCountInt.intValue();
470 if (proxyCount <
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java389 int proxyCount = 1;
391 proxyCount = scoping.getProxyCount().intValue();
392 newScoping.setProxyCount(new Integer(proxyCount-1));
410 int proxyCount = Integer.valueOf(proxyCountParam);
411 if (proxyCount <= 0) {
416 scoping.setProxyCount(proxyCount - 1);
495 int proxyCount = 0;
498 proxyCount = 1;
500 proxyCount = proxyCountInt.intValue();
503 if (proxyCount <
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAuthnRequest.cs373 int proxyCount = serviceProvider.IDPProxyCount;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java1627 int proxyCount = scoping.getProxyCount();
1628 if (proxyCount > 0 ) {
1630 newScoping.setProxyCount(proxyCount-1);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java1627 int proxyCount = scoping.getProxyCount();
1628 if (proxyCount > 0 ) {
1630 newScoping.setProxyCount(proxyCount-1);

Completed in 49 milliseconds