[java-identity-provider COMMIT] in /trunk: idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.ja...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 3 22:48:13 EST 2014
Author: scantor
Date: Mon Mar 3 22:48:13 2014
New Revision: 5517
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5517&view=rev
Log:
Fix doc links, remove unused events.
Modified:
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddAttributeStatementToAssertion.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddAttributeStatementToAssertion.java
Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.java?rev=5517&r1=5516&r2=5517&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLEventIds.java Mon Mar 3 22:48:13 2014
@@ -23,23 +23,14 @@
*/
public final class SAMLEventIds {
- /** ID of the event returned if some attributes cannot be encoded. */
- public static final String UNABLE_ENCODE_ATTRIBUTE = "UnableToEncodeAttribute";
-
/**
* ID of the event returned if no SAML response is associated with the
* {@link org.opensaml.profile.context.ProfileRequestContext}.
*/
public static final String NO_RESPONSE = "NoResponse";
- /** ID of the event returned if the outbound message context already contains a SAML response. */
- public static final String RESPONSE_EXISTS = "ResponseExists";
-
/** ID of the event returned if the outbound response does not contain an assertion. */
public static final String NO_ASSERTION = "NoAssertion";
-
- /** ID of the event returned if the inbound message did not contain an ID. */
- public static final String NO_IN_MSG_ID = "NoInboundMessageId";
/** Constructor. */
private SAMLEventIds() {
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddAttributeStatementToAssertion.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddAttributeStatementToAssertion.java?rev=5517&r1=5516&r2=5517&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddAttributeStatementToAssertion.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddAttributeStatementToAssertion.java Mon Mar 3 22:48:13 2014
@@ -73,7 +73,7 @@
* @event {@link EventIds#INVALID_MSG_CTX}
* @event {@link IdPEventIds#INVALID_RELYING_PARTY_CTX}
* @event {@link IdPEventIds#INVALID_PROFILE_CONFIG}
- * @event {@Link IdPEventIds#UNABLE_ENCODE_ATTRIBUTE}
+ * @event {@link IdPEventIds#UNABLE_ENCODE_ATTRIBUTE}
*/
public class AddAttributeStatementToAssertion extends AbstractProfileAction {
@@ -85,7 +85,7 @@
/**
* Whether attributes that result in an {@link AttributeEncodingException} when being encoded should be ignored or
- * result in an {@link #UNABLE_ENCODE_ATTRIBUTE} transition.
+ * result in an {@link IdPEventIds#UNABLE_ENCODE_ATTRIBUTE} transition.
*/
private boolean ignoringUnencodableAttributes;
@@ -137,11 +137,10 @@
}
/**
- * Ses whether the attributes that result in an {@link AttributeEncodingException} when being encoded should be
- * ignored or result in an {@link #UNABLE_ENCODE_ATTRIBUTE} transition.
- *
- * @param flag whether the attributes that result in an {@link AttributeEncodingException}
- * when being encoded should be ignored or result in an {@link #UNABLE_ENCODE_ATTRIBUTE} transition
+ * Set whether the attributes that result in an {@link AttributeEncodingException} when being encoded should be
+ * ignored or result in an {@link IdPEventIds#UNABLE_ENCODE_ATTRIBUTE} transition.
+ *
+ * @param flag flag to set
*/
public synchronized void setIgnoringUnencodableAttributes(boolean flag) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddAttributeStatementToAssertion.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddAttributeStatementToAssertion.java?rev=5517&r1=5516&r2=5517&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddAttributeStatementToAssertion.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddAttributeStatementToAssertion.java Mon Mar 3 22:48:13 2014
@@ -73,7 +73,7 @@
* @event {@link EventIds#INVALID_MSG_CTX}
[... 33 lines stripped ...]
More information about the commits
mailing list