[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 5 13:47:41 EST 2014


Author: tzeller
Date: Wed Feb  5 13:47:41 2014
New Revision: 5317

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5317&view=rev
Log:
Javadoc cleanup.

Modified:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java?rev=5317&r1=5316&r2=5317&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/IdPEventIds.java Wed Feb  5 13:47:41 2014
@@ -26,39 +26,39 @@
 public final class IdPEventIds {
 
     /**
-     * ID of the event returned if a {@link net.shibboleth.idp.relyingparty.RelyingPartyContext} is missing or corrupt
-     * in some way..
+     * ID of event returned if the {@link net.shibboleth.idp.relyingparty.RelyingPartyContext} is missing or corrupt.
      */
     public static final String INVALID_RELYING_PARTY_CTX = "InvalidRelyingPartyContext";
 
     /**
-     * ID of the event returned if a {@link net.shibboleth.idp.relyingparty.RelyingPartyConfiguration} is missing or
-     * corrupt in some way..
+     * ID of event returned if the {@link net.shibboleth.idp.relyingparty.RelyingPartyConfiguration} is missing or
+     * corrupt.
      */
     public static final String INVALID_RELYING_PARTY_CONFIG = "InvalidRelyingPartyConfiguration";
 
     /**
-     * ID of the event returned if a {@link net.shibboleth.idp.profile.config.ProfileConfiguration} is missing or
-     * corrupt in some way.
+     * ID of event returned if the {@link net.shibboleth.idp.profile.config.ProfileConfiguration} is missing or corrupt.
      */
     public static final String INVALID_PROFILE_CONFIG = "InvalidProfileConfiguration";
 
     /**
-     * ID of the event returned if a {@link net.shibboleth.idp.attribute.AttributeContext} is missing or corrupt in some
-     * way.
+     * ID of event returned if the {@link net.shibboleth.idp.attribute.AttributeContext} is missing or corrupt.
      */
     public static final String INVALID_ATTRIBUTE_CTX = "InvalidAttributeContext";
 
     /**
-     * ID of the event returned if a {@link net.shibboleth.idp.authn.context.SubjectContext} is missing or corrupt in
-     * some way.
+     * ID of event returned if the {@link net.shibboleth.idp.authn.context.SubjectContext} is missing or corrupt.
      */
     public static final String INVALID_SUBJECT_CTX = "InvalidSubjectContext";
 
-    /** ID of the event returned when there is a problem resolving attributes. */
+    /**
+     * ID of event returned if attribute resolution failed.
+     */
     public static final String UNABLE_RESOLVE_ATTRIBS = "UnableToResolveAttributes";
 
-    /** ID of event indicating that the attribute filtering process failed. */
+    /**
+     * ID of event returned if attribute filtering failed.
+     */
     public static final String UNABLE_FILTER_ATTRIBS = "UnableToFilterAttributes";
 
     /** Constructor. */



More information about the commits mailing list