Searched defs:locationURI (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPEntry.java90 * @param locationURI value of <code>Loc</code> attribute.
95 public void setLoc(String locationURI) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPEntry.java94 * @param locationURI value of <code>Loc</code> attribute.
99 public void setLoc(String locationURI) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DIDPEntryImpl.java52 private String locationURI; field in class:IDPEntryImpl
151 return locationURI;
157 * @param locationURI value of <code>Loc</code> attribute.
162 public void setLoc(String locationURI) throws SAML2Exception { argument
164 this.locationURI = locationURI;
220 if ((locationURI != null) && (locationURI.length() > 0)) {
224 .append(locationURI)
260 locationURI
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DIDPEntryImpl.java52 private String locationURI; field in class:IDPEntryImpl
151 return locationURI;
157 * @param locationURI value of <code>Loc</code> attribute.
162 public void setLoc(String locationURI) throws SAML2Exception { argument
164 this.locationURI = locationURI;
220 if ((locationURI != null) && (locationURI.length() > 0)) {
224 .append(locationURI)
260 locationURI
[all...]

Completed in 59 milliseconds