Searched refs:GetComplete (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPList.java64 * Returns the <code>GetComplete</code> Object.
66 * @return the <code>GetComplete</code> object.
67 * @see #setGetComplete(GetComplete)
69 public GetComplete getGetComplete();
72 * Sets the <code>GetComplete</code> Object.
74 * @param getComplete the new <code>GetComplete</code> object.
79 public void setGetComplete(GetComplete getComplete) throws SAML2Exception;
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.
H A DProtocolFactory.java358 * Returns the <code>GetComplete</code> Object.
360 * @return instance of <code>GetComplete</code> object.
361 * @throws SAML2Exception if <code>GetComplete</code> cannot be created.
363 public GetComplete createGetComplete() throws SAML2Exception {
369 return (GetComplete) obj;
374 * Returns the <code>GetComplete</code> Object.
376 * @param value Document Element of <code>GetComplete</code> object.
377 * @return instance of <code>GetComplete</code> Object.
378 * @throws SAML2Exception if <code>GetComplete</code> cannot be created.
381 public GetComplete createGetComplet
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPList.java68 * Returns the <code>GetComplete</code> Object.
70 * @return the <code>GetComplete</code> object.
71 * @see #setGetComplete(GetComplete)
73 public GetComplete getGetComplete();
76 * Sets the <code>GetComplete</code> Object.
78 * @param getComplete the new <code>GetComplete</code> object.
83 public void setGetComplete(GetComplete getComplete) throws SAML2Exception;
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.
H A DProtocolFactory.java358 * Returns the <code>GetComplete</code> Object.
360 * @return instance of <code>GetComplete</code> object.
361 * @throws SAML2Exception if <code>GetComplete</code> cannot be created.
363 public GetComplete createGetComplete() throws SAML2Exception {
369 return (GetComplete) obj;
374 * Returns the <code>GetComplete</code> Object.
376 * @param value Document Element of <code>GetComplete</code> object.
377 * @return instance of <code>GetComplete</code> Object.
378 * @throws SAML2Exception if <code>GetComplete</code> cannot be created.
381 public GetComplete createGetComplet
[all...]
/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DGetCompleteImpl.java36 import com.sun.identity.saml2.protocol.GetComplete;
42 * This class contains methods for the <code>GetComplete</code>
44 * <code>GetComplete</code> Element specifies a URI which resolves to
47 public class GetCompleteImpl implements GetComplete {
53 * Constructor creates <code>GetComplete</code> object
60 * Constructor creates <code>GetComplete</code> object
63 * @throws SAML2Exception if error creating <code>GetComplete</code> object.
71 * Constructor creates <code>GetComplete</code> object
74 * @throws SAML2Exception if error creating <code>GetComplete</code> object.
87 * Returns the value of the <code>GetComplete</cod
[all...]
H A DIDPListImpl.java39 import com.sun.identity.saml2.protocol.GetComplete;
58 private GetComplete getComplete;
125 * Returns the <code>GetComplete</code> Object.
127 * @return the <code>GetComplete</code> object.
128 * @see #setGetComplete(GetComplete)
130 public GetComplete getGetComplete() {
135 * Sets the <code>GetComplete<code> Object.
137 * @param getComplete the new <code>GetComplete</code> object.
142 public void setGetComplete(GetComplete getComplete) throws SAML2Exception {
300 /* Validate the existance of GetComplete Objec
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DGetCompleteImpl.java36 import com.sun.identity.saml2.protocol.GetComplete;
42 * This class contains methods for the <code>GetComplete</code>
44 * <code>GetComplete</code> Element specifies a URI which resolves to
47 public class GetCompleteImpl implements GetComplete {
53 * Constructor creates <code>GetComplete</code> object
60 * Constructor creates <code>GetComplete</code> object
63 * @throws SAML2Exception if error creating <code>GetComplete</code> object.
71 * Constructor creates <code>GetComplete</code> object
74 * @throws SAML2Exception if error creating <code>GetComplete</code> object.
87 * Returns the value of the <code>GetComplete</cod
[all...]
H A DIDPListImpl.java39 import com.sun.identity.saml2.protocol.GetComplete;
58 private GetComplete getComplete;
125 * Returns the <code>GetComplete</code> Object.
127 * @return the <code>GetComplete</code> object.
128 * @see #setGetComplete(GetComplete)
130 public GetComplete getGetComplete() {
135 * Sets the <code>GetComplete<code> Object.
137 * @param getComplete the new <code>GetComplete</code> object.
142 public void setGetComplete(GetComplete getComplete) throws SAML2Exception {
300 /* Validate the existance of GetComplete Objec
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java34 import com.sun.identity.federation.message.common.GetComplete;
110 getCompleteList.add(new GetComplete((Element)child));
120 * object and a list of <code>GetComplete</code> objects.
123 * @param getCompleteList list of <code>GetComplete</code> objects.
162 * Returns list of <code>GetComplete</code> objects.
164 * @return list of <code>GetComplete</code> objects.
182 * Sets list of <code>GetComplete</code> objects.
184 * @param getCompleteList list of <code>GetComplete</code> objects.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java34 import com.sun.identity.federation.message.common.GetComplete;
110 getCompleteList.add(new GetComplete((Element)child));
120 * object and a list of <code>GetComplete</code> objects.
123 * @param getCompleteList list of <code>GetComplete</code> objects.
162 * Returns list of <code>GetComplete</code> objects.
164 * @return list of <code>GetComplete</code> objects.
182 * Sets list of <code>GetComplete</code> objects.
184 * @param getCompleteList list of <code>GetComplete</code> objects.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java66 import com.sun.identity.saml2.protocol.GetComplete;
609 GetComplete getComplete =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java68 import com.sun.identity.saml2.protocol.GetComplete;
625 GetComplete getComplete =

Completed in 62 milliseconds