Searched refs:SAML2Exception (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DEncryptedElement.java30 import com.sun.identity.saml2.common.SAML2Exception;
47 * @exception SAML2Exception if something is wrong during conversion
50 throws SAML2Exception;
56 * @exception SAML2Exception if something is wrong during conversion
58 public String toXMLString() throws SAML2Exception;
H A DAdvice.java31 import com.sun.identity.saml2.common.SAML2Exception;
56 * @exception SAML2Exception if the object is immutable
58 public void setAssertions(List assertions) throws SAML2Exception;
71 * @exception SAML2Exception if the object is immutable
73 public void setAssertionIDRefs(List idRefs) throws SAML2Exception;
86 * @exception SAML2Exception if the object is immutable
88 public void setAssertionURIRefs(List uriRefs) throws SAML2Exception;
101 * @exception SAML2Exception if the object is immutable
104 throws SAML2Exception;
117 * @exception SAML2Exception i
[all...]
H A DNameIDType.java32 import com.sun.identity.saml2.common.SAML2Exception;
58 * @exception SAML2Exception if the object is immutable
60 public void setValue(String value) throws SAML2Exception;
73 * @exception SAML2Exception if the object is immutable
75 public void setNameQualifier(String value) throws SAML2Exception;
88 * @exception SAML2Exception if the object is immutable
90 public void setSPProvidedID(String value) throws SAML2Exception;
103 * @exception SAML2Exception if the object is immutable
105 public void setSPNameQualifier(String value) throws SAML2Exception;
118 * @exception SAML2Exception i
[all...]
H A DSubjectConfirmation.java30 import com.sun.identity.saml2.common.SAML2Exception;
52 * @exception SAML2Exception if the object is immutable
54 public void setEncryptedID(EncryptedID value) throws SAML2Exception;
67 * @exception SAML2Exception if the object is immutable
70 throws SAML2Exception;
83 * @exception SAML2Exception if the object is immutable
85 public void setNameID(NameID value) throws SAML2Exception;
98 * @exception SAML2Exception if the object is immutable
100 public void setBaseID(BaseID value) throws SAML2Exception;
113 * @exception SAML2Exception i
[all...]
H A DAssertionIDRef.java31 import com.sun.identity.saml2.common.SAML2Exception;
58 * @throws SAML2Exception if the object is immutable.
61 public void setValue(String value) throws SAML2Exception;
81 * @throws SAML2Exception if the object does not conform to the schema.
83 public String toXMLString() throws SAML2Exception;
93 * @throws SAML2Exception if the object does not conform to the schema.
96 throws SAML2Exception;
H A DAudienceRestriction.java33 import com.sun.identity.saml2.common.SAML2Exception;
53 * @exception SAML2Exception if the object is immutable
55 public void setAudience(List audiences) throws SAML2Exception;
64 * @exception SAML2Exception if something is wrong during conversion
67 throws SAML2Exception;
73 * @exception SAML2Exception if something is wrong during conversion
75 public String toXMLString() throws SAML2Exception;
H A DEvidence.java35 import com.sun.identity.saml2.common.SAML2Exception;
91 * @throws SAML2Exception if the object is immutable.
95 throws SAML2Exception;
111 * @throws SAML2Exception if the object is immutable.
115 throws SAML2Exception;
129 * @throws SAML2Exception if the object is immutable.
133 throws SAML2Exception;
148 * @throws SAML2Exception if the object is immutable.
152 throws SAML2Exception;
159 * @throws SAML2Exception i
[all...]
H A DSubjectConfirmationData.java33 import com.sun.identity.saml2.common.SAML2Exception;
62 * @exception SAML2Exception if the object is immutable
64 public void setNotOnOrAfter(Date value) throws SAML2Exception;
81 * @exception SAML2Exception if the object is immutable
83 public void setInResponseTo(String value) throws SAML2Exception;
100 * @exception SAML2Exception if the object is immutable
102 public void setContent(List content) throws SAML2Exception;
119 * @exception SAML2Exception if the object is immutable
121 public void setRecipient(String value) throws SAML2Exception;
135 * @exception SAML2Exception i
[all...]
H A DAction.java31 import com.sun.identity.saml2.common.SAML2Exception;
76 * @throws SAML2Exception if the object is immutable.
80 throws SAML2Exception;
94 * @throws SAML2Exception if the object is immutable.
98 throws SAML2Exception;
105 * @throws SAML2Exception if the object does not conform to the schema.
108 throws SAML2Exception;
118 * @throws SAML2Exception if the object does not conform to the schema.
121 throws SAML2Exception;
H A DSubjectLocality.java33 import com.sun.identity.saml2.common.SAML2Exception;
82 * @throws SAML2Exception if the object is immutable.
86 throws SAML2Exception;
100 * @throws SAML2Exception if the object is immutable.
104 throws SAML2Exception;
111 * @throws SAML2Exception if the object does not conform to the schema.
114 throws SAML2Exception;
125 * @throws SAML2Exception if the object does not conform to the schema.
128 throws SAML2Exception;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DEncryptedElement.java30 import com.sun.identity.saml2.common.SAML2Exception;
47 * @exception SAML2Exception if something is wrong during conversion
50 throws SAML2Exception;
56 * @exception SAML2Exception if something is wrong during conversion
58 public String toXMLString() throws SAML2Exception;
H A DAdvice.java31 import com.sun.identity.saml2.common.SAML2Exception;
56 * @exception SAML2Exception if the object is immutable
58 public void setAssertions(List assertions) throws SAML2Exception;
71 * @exception SAML2Exception if the object is immutable
73 public void setAssertionIDRefs(List idRefs) throws SAML2Exception;
86 * @exception SAML2Exception if the object is immutable
88 public void setAssertionURIRefs(List uriRefs) throws SAML2Exception;
101 * @exception SAML2Exception if the object is immutable
104 throws SAML2Exception;
117 * @exception SAML2Exception i
[all...]
H A DNameIDType.java32 import com.sun.identity.saml2.common.SAML2Exception;
58 * @exception SAML2Exception if the object is immutable
60 public void setValue(String value) throws SAML2Exception;
73 * @exception SAML2Exception if the object is immutable
75 public void setNameQualifier(String value) throws SAML2Exception;
88 * @exception SAML2Exception if the object is immutable
90 public void setSPProvidedID(String value) throws SAML2Exception;
103 * @exception SAML2Exception if the object is immutable
105 public void setSPNameQualifier(String value) throws SAML2Exception;
118 * @exception SAML2Exception i
[all...]
H A DSubjectConfirmation.java30 import com.sun.identity.saml2.common.SAML2Exception;
52 * @exception SAML2Exception if the object is immutable
54 public void setEncryptedID(EncryptedID value) throws SAML2Exception;
67 * @exception SAML2Exception if the object is immutable
70 throws SAML2Exception;
83 * @exception SAML2Exception if the object is immutable
85 public void setNameID(NameID value) throws SAML2Exception;
98 * @exception SAML2Exception if the object is immutable
100 public void setBaseID(BaseID value) throws SAML2Exception;
113 * @exception SAML2Exception i
[all...]
H A DAssertionIDRef.java31 import com.sun.identity.saml2.common.SAML2Exception;
58 * @throws SAML2Exception if the object is immutable.
61 public void setValue(String value) throws SAML2Exception;
81 * @throws SAML2Exception if the object does not conform to the schema.
83 public String toXMLString() throws SAML2Exception;
93 * @throws SAML2Exception if the object does not conform to the schema.
96 throws SAML2Exception;
H A DAudienceRestriction.java33 import com.sun.identity.saml2.common.SAML2Exception;
53 * @exception SAML2Exception if the object is immutable
55 public void setAudience(List audiences) throws SAML2Exception;
64 * @exception SAML2Exception if something is wrong during conversion
67 throws SAML2Exception;
73 * @exception SAML2Exception if something is wrong during conversion
75 public String toXMLString() throws SAML2Exception;
H A DEvidence.java35 import com.sun.identity.saml2.common.SAML2Exception;
91 * @throws SAML2Exception if the object is immutable.
95 throws SAML2Exception;
111 * @throws SAML2Exception if the object is immutable.
115 throws SAML2Exception;
129 * @throws SAML2Exception if the object is immutable.
133 throws SAML2Exception;
148 * @throws SAML2Exception if the object is immutable.
152 throws SAML2Exception;
159 * @throws SAML2Exception i
[all...]
H A DSubjectConfirmationData.java33 import com.sun.identity.saml2.common.SAML2Exception;
62 * @exception SAML2Exception if the object is immutable
64 public void setNotOnOrAfter(Date value) throws SAML2Exception;
81 * @exception SAML2Exception if the object is immutable
83 public void setInResponseTo(String value) throws SAML2Exception;
100 * @exception SAML2Exception if the object is immutable
102 public void setContent(List content) throws SAML2Exception;
119 * @exception SAML2Exception if the object is immutable
121 public void setRecipient(String value) throws SAML2Exception;
135 * @exception SAML2Exception i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRelayState.java31 import com.sun.identity.saml2.common.SAML2Exception;
53 * @throws SAML2Exception if the object is immutable.
56 public void setValue(String value) throws SAML2Exception;
70 * @throws SAML2Exception if the object is immutable.
72 public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception;
85 * @throws SAML2Exception if the object is immutable.
87 public void setActor(String actor) throws SAML2Exception;
93 * @throws SAML2Exception if cannot create String object.
95 public String toXMLString() throws SAML2Exception;
105 * @throws SAML2Exception i
[all...]
H A DECPResponse.java31 import com.sun.identity.saml2.common.SAML2Exception;
53 * @throws SAML2Exception if the object is immutable.
55 public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception;
68 * @throws SAML2Exception if the object is immutable.
70 public void setActor(String actor) throws SAML2Exception;
87 * @throws SAML2Exception if the object is immutable.
91 throws SAML2Exception;
97 * @throws SAML2Exception if cannot create String object.
99 public String toXMLString() throws SAML2Exception;
109 * @throws SAML2Exception i
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRelayState.java31 import com.sun.identity.saml2.common.SAML2Exception;
53 * @throws SAML2Exception if the object is immutable.
56 public void setValue(String value) throws SAML2Exception;
70 * @throws SAML2Exception if the object is immutable.
72 public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception;
85 * @throws SAML2Exception if the object is immutable.
87 public void setActor(String actor) throws SAML2Exception;
93 * @throws SAML2Exception if cannot create String object.
95 public String toXMLString() throws SAML2Exception;
105 * @throws SAML2Exception i
[all...]
H A DECPResponse.java31 import com.sun.identity.saml2.common.SAML2Exception;
53 * @throws SAML2Exception if the object is immutable.
55 public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception;
68 * @throws SAML2Exception if the object is immutable.
70 public void setActor(String actor) throws SAML2Exception;
87 * @throws SAML2Exception if the object is immutable.
91 throws SAML2Exception;
97 * @throws SAML2Exception if cannot create String object.
99 public String toXMLString() throws SAML2Exception;
109 * @throws SAML2Exception i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DGetComplete.java32 import com.sun.identity.saml2.common.SAML2Exception;
56 * @throws SAML2Exception if the object is immutable.
59 public void setValue(String value) throws SAML2Exception;
65 * @throws SAML2Exception if cannot convert to String.
67 public String toXMLString() throws SAML2Exception;
76 * @throws SAML2Exception if cannot convert to String.
81 throws SAML2Exception;
H A DRequesterID.java33 import com.sun.identity.saml2.common.SAML2Exception;
56 * @throws SAML2Exception if the object is immutable.
59 public void setValue(String value) throws SAML2Exception;
65 * @throws SAML2Exception if cannot convert to String.
67 public String toXMLString() throws SAML2Exception;
76 * @throws SAML2Exception if cannot convert to String.
81 throws SAML2Exception;
H A DStatusDetail.java32 import com.sun.identity.saml2.common.SAML2Exception;
70 * @throws SAML2Exception if the object is immutable
73 public void setAny(java.util.List anyList) throws SAML2Exception;
80 * @throws SAML2Exception if some error occurs during conversion to
83 public String toXMLString() throws SAML2Exception;
94 * @throws SAML2Exception if some error occurs during conversion to
98 throws SAML2Exception;

Completed in 42 milliseconds

1234567891011>>