[java-opensaml COMMIT] in /trunk: opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java opensa...
noreply at shibboleth.net
noreply at shibboleth.net
Sat May 17 12:17:33 EDT 2014
Author: scantor
Date: Sat May 17 12:17:32 2014
New Revision: 3887
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3887&view=rev
Log:
Add a generic address checker action for IdP status flow.
Added:
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckClientAddress.java (with props)
Modified:
trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java?rev=3887&r1=3886&r2=3887&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java Sat May 17 12:17:32 2014
@@ -24,6 +24,9 @@
/** Constants to use for {@link ProfileAction} {@link org.opensaml.profile.context.EventContext}s. */
public final class EventIds {
+ /** ID of event returned if an authorization failure occurs. */
+ @Nonnull @NotEmpty public static final String ACCESS_DENIED = "AccessDenied";
+
/**
* ID of event returned if the {@link org.opensaml.profile.context.ProfileRequestContext} associated with the
* current request is missing or corrupt in some way.
More information about the commits
mailing list