Searched defs:GetComplete (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 DGetComplete.java25 * $Id: GetComplete.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
36 * This interface contains methods for the <code>GetComplete</code>
38 * <code>GetComplete</code> Element specifies a URI which resolves to
43 public interface GetComplete { interface
45 * Returns the value of the <code>GetComplete</code> URI.
47 * @return value of the <code>GetComplete</code> URI.
53 * Sets the value of the <code>GetComplete</code> URI.
55 * @param value new value of the <code>GetComplete</code> URI.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DGetComplete.java25 * $Id: GetComplete.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 * This class contains methods for the <code>GetComplete</code>
50 public class GetComplete extends EntityName { class in inherits:EntityName
55 public GetComplete() { method in class:GetComplete
59 * Constructor create <code>GetComplete</code> object.
63 public GetComplete(String uri) { method in class:GetComplete
68 * Constructor create <code>GetComplete</code> object.
73 public GetComplete(String uri, List otherElements) { method in class:GetComplete
78 * Constructor creates <code>GetComplete</code> object from
84 public GetComplete(Elemen method in class:GetComplete
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DGetComplete.java25 * $Id: GetComplete.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 * This class contains methods for the <code>GetComplete</code>
50 public class GetComplete extends EntityName { class in inherits:EntityName
55 public GetComplete() { method in class:GetComplete
59 * Constructor create <code>GetComplete</code> object.
63 public GetComplete(String uri) { method in class:GetComplete
68 * Constructor create <code>GetComplete</code> object.
73 public GetComplete(String uri, List otherElements) { method in class:GetComplete
78 * Constructor creates <code>GetComplete</code> object from
84 public GetComplete(Elemen method in class:GetComplete
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DGetComplete.java25 * $Id: GetComplete.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
38 * This interface contains methods for the <code>GetComplete</code>
40 * <code>GetComplete</code> Element specifies a URI which resolves to
48 public interface GetComplete { interface
50 * Returns the value of the <code>GetComplete</code> URI.
52 * @return value of the <code>GetComplete</code> URI.
58 * Sets the value of the <code>GetComplete</code> URI.
60 * @param value new value of the <code>GetComplete</code> URI.

Completed in 29 milliseconds