[java-identity-provider COMMIT] in /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid: CryptoTran...

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 21 12:37:21 EST 2014


Author: rdw
Date: Fri Feb 21 12:37:20 2014
New Revision: 5438

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

Modified:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoder.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIDDecoder.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIdentifierDecoder.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIDDecoder.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIdentifierDecoder.java

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoder.java?rev=5438&r1=5437&r2=5438&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/CryptoTransientNameIDDecoder.java Fri Feb 21 12:37:20 2014
@@ -31,7 +31,9 @@
 
 /**
  * Class to look inside a {@link NameID} check that its {@link NameID#getNameQualifier()} and
- * {@link NameID#getSPNameQualifier()} are correct and the decode the {@link NameID#getValue()}.
+ * {@link NameID#getSPNameQualifier()} are correct and the decode the {@link NameID#getValue()} 
+ * with help of the base class (reversing the work done by
+ * {@link net.shibboleth.idp.attribute.resolver.impl.ad.CryptoTransientIdAttributeDefinition}).
  */
 public class CryptoTransientNameIDDecoder extends BaseCryptoTransientDecoder implements NameIDDecoder {
 

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIDDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIDDecoder.java?rev=5438&r1=5437&r2=5438&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIDDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIDDecoder.java Fri Feb 21 12:37:20 2014
@@ -30,7 +30,8 @@
 import org.slf4j.LoggerFactory;
 
 /**
- * class to implement the direct transform from a {@link NameID}.
+ * class to implement the direct transform from a {@link NameID}. The decode 
+ * operation returns the input.
  */
 public class DirectNameIDDecoder extends AbstractIdentifiableInitializableComponent implements NameIDDecoder {
 

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIdentifierDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIdentifierDecoder.java?rev=5438&r1=5437&r2=5438&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIdentifierDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/DirectNameIdentifierDecoder.java Fri Feb 21 12:37:20 2014
@@ -30,7 +30,8 @@
 import org.slf4j.LoggerFactory;
 
 /**
- * class to implement the direct transform from a {@link NameIdentifier}.
+ * Class to implement the direct transform from a {@link NameIdentifier}. The decode 
+ * operation returns the input.
  */
 public class DirectNameIdentifierDecoder extends AbstractIdentifiableInitializableComponent implements
         NameIdentifierDecoder {

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIDDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIDDecoder.java?rev=5438&r1=5437&r2=5438&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIDDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/TransientNameIDDecoder.java Fri Feb 21 12:37:20 2014
@@ -31,7 +31,9 @@
 
 /**
  * Class to look inside a {@link NameID} check that its {@link NameID#getNameQualifier()} and
- * {@link NameID#getSPNameQualifier()} are correct and the decode the {@link NameID#getValue()}.
+ * {@link NameID#getSPNameQualifier()} are correct and the decode the {@link NameID#getValue()}
+ * with help of the base class (reversing the work done by
+ * {@link net.shibboleth.idp.attribute.resolver.impl.ad.TransientIdAttributeDefinition}).
  */

[... 20 lines stripped ...]


More information about the commits mailing list