[java-identity-provider COMMIT] /trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDes...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 18 14:45:54 EDT 2013
Author: scantor
Date: Thu Jul 18 14:45:54 2013
New Revision: 4598
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4598&view=rev
Log:
Add comment explaining use of Subject internally.
Modified:
trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDescriptor.java
Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDescriptor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDescriptor.java?rev=4598&r1=4597&r2=4598&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDescriptor.java (original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationWorkflowDescriptor.java Thu Jul 18 14:45:54 2013
@@ -61,7 +61,11 @@
/** Maximum amount of time in milliseconds, since last usage, a workflow should be considered active. */
private long timeout;
- /** Supported principals, indexed by type, that the workflow can produce. */
+ /**
+ * Supported principals, indexed by type, that the workflow can produce.
+ * Implemented for the moment using the Subject class for convenience to allow for class-based
+ * lookup in the {@link #getSupportedPrincipals} method.
+ */
@Nonnull private Subject supportedPrincipals;
/** Custom serializer for the resulting events generated by this workflow. */
More information about the commits
mailing list