[java-identity-provider COMMIT] in /trunk: idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegatio...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 9 22:01:28 EST 2015
Author: putmanb
Date: Mon Nov 9 22:01:28 2015
New Revision: 7978
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7978&view=rev
Log:
Flesh out Javadocs for delegation-related components.
Modified:
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/DelegationContext.java
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/LibertySSOSContext.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/AddAuthnStatementToAssertionFromInboundAssertionToken.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/AddDelegationPolicyToAssertion.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/AddDelegationRestrictionToAssertions.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/EvaluateDelegationPolicy.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/FinalizeSAMLTokenProcessing.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContext.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateLibertyContext.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/ProcessDelegatedAssertion.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/ProcessFrameworkHandler.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/ProcessSenderHandler.java
Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/DelegationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/DelegationContext.java?rev=7978&r1=7977&r2=7978&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/DelegationContext.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/DelegationContext.java Mon Nov 9 22:01:28 2015
@@ -43,7 +43,7 @@
/** Status of whether the relying party has requested issuance of a delegated assertion token. */
private DelegationRequest delegationRequested;
- /** The relying party credentials which will be included in the assertions {@link KeyInfoConfirmationDataType. */
+ /** The relying party credentials which will be included in the assertion's {@link KeyInfoConfirmationDataType}. */
private List<Credential> subjectConfirmationCredentials;
@@ -89,7 +89,7 @@
}
/**
- * Get the relying party credentials which will be included in the assertions {@link KeyInfoConfirmationDataType.
+ * Get the relying party credentials which will be included in the assertion's {@link KeyInfoConfirmationDataType}.
*
* @return the confirmation credentials, or null
*/
@@ -98,7 +98,7 @@
}
/**
- * Set the relying party credentials which will be included in the assertions {@link KeyInfoConfirmationDataType.
+ * Set the relying party credentials which will be included in the assertion's {@link KeyInfoConfirmationDataType}.
*
* @param credentials the confirmation credentials
*/
Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/LibertySSOSContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/LibertySSOSContext.java?rev=7978&r1=7977&r2=7978&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/LibertySSOSContext.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/LibertySSOSContext.java Mon Nov 9 22:01:28 2015
@@ -21,7 +21,8 @@
import org.opensaml.saml.saml2.core.Assertion;
/**
- * Context for storing information related to Liberty SSOS delegation.
+ * Context for storing information related to the Liberty SSOS profile and use of an inbound delegated
+ * {@link Assertion} token.
*/
public class LibertySSOSContext extends BaseContext {
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/AddAuthnStatementToAssertionFromInboundAssertionToken.java
[... 427 lines stripped ...]
More information about the commits
mailing list