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

/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-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/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/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...]

Completed in 29 milliseconds