[java-identity-provider COMMIT] /trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttribu...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 4 18:03:02 EST 2013
Author: tzeller
Date: Wed Dec 4 18:03:02 2013
New Revision: 4983
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4983&view=rev
Log:
Fix imports after moving EventIds from/to OpenSAML.
Modified:
trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttributes.java
Modified: trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttributes.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttributes.java?rev=4983&r1=4982&r2=4983&view=diff
==============================================================================
--- trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttributes.java (original)
+++ trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OutputAttributes.java Wed Dec 4 18:03:02 2013
@@ -25,14 +25,14 @@
import net.shibboleth.ext.spring.webflow.Event;
import net.shibboleth.ext.spring.webflow.Events;
+import net.shibboleth.idp.attribute.AttributeContext;
import net.shibboleth.idp.attribute.IdPAttribute;
-import net.shibboleth.idp.attribute.AttributeContext;
import net.shibboleth.idp.attribute.IdPAttributeValue;
import net.shibboleth.idp.profile.AbstractProfileAction;
import net.shibboleth.idp.profile.ActionSupport;
+import net.shibboleth.idp.profile.EventIds;
import org.opensaml.profile.ProfileException;
-import org.opensaml.profile.action.EventIds;
import org.opensaml.profile.context.ProfileRequestContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -41,10 +41,10 @@
/**
* A Spring-aware action to write the attribute context information to the external output sink.
- * This is for use in command line scenaros where there is no servlet environment for output.
+ * This is for use in command line scenarios where there is no servlet environment for output.
*/
@Events({
- @Event(id = EventIds.PROCEED_EVENT_ID),
+ @Event(id = org.opensaml.profile.action.EventIds.PROCEED_EVENT_ID),
@Event(id = EventIds.INVALID_ATTRIBUTE_CTX, description = "No attributes were available for filtering"),
})
public final class OutputAttributes extends AbstractProfileAction {
More information about the commits
mailing list