[java-identity-provider COMMIT] in /trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingp...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jul 11 06:34:26 EDT 2014


Author: iay
Date: Fri Jul 11 06:34:25 2014
New Revision: 6274

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

Modified:
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AbstractRelyingPartyParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/DefaultRelyingPartyParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ResourceBackedMetadataProviderParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/package-info.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/StaticPKIXSignatureParser.java

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AbstractRelyingPartyParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AbstractRelyingPartyParser.java?rev=6274&r1=6273&r2=6274&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AbstractRelyingPartyParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AbstractRelyingPartyParser.java Fri Jul 11 06:34:25 2014
@@ -35,7 +35,7 @@
 /**
  * Parser for the common parts of <AnonymousRelyingParty> <DefaultRelyingParty> and <RelyingParty>.
  * Implementations only differ by being named or not (for reference elsewhere) and by the
- * {@link com.google.common.base.Predicate<org.opensaml.profile.context.ProfileRequestContext>} which is injected. 
+ * {@link com.google.common.base.Predicate} which is injected. 
  */
 public abstract class AbstractRelyingPartyParser extends AbstractSingleBeanDefinitionParser {
 

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java?rev=6274&r1=6273&r2=6274&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java Fri Jul 11 06:34:25 2014
@@ -27,8 +27,8 @@
 
 /**
  * Parser for the &lt:rp:AnonymousRelyingParty&gt; element. <br/>
- * The {@link com.google.common.base.Predicate<org.opensaml.profile.context.ProfileRequestContext>} which is injected
- * looks to see if there vis metadata associated with the RelyingParty and if so says TRUE.
+ * The {@link com.google.common.base.Predicate} which is injected
+ * looks to see if there is metadata associated with the RelyingParty and if so says TRUE.
  */
 public class AnonymousRelyingPartyParser extends AbstractRelyingPartyParser {
 

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/DefaultRelyingPartyParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/DefaultRelyingPartyParser.java?rev=6274&r1=6273&r2=6274&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/DefaultRelyingPartyParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/DefaultRelyingPartyParser.java Fri Jul 11 06:34:25 2014
@@ -27,8 +27,8 @@
 
 /**
  * Parser for the &lt:rp:AnonymousRelyingParty&gt; element. <br/>
- * The {@link com.google.common.base.Predicate<org.opensaml.profile.context.ProfileRequestContext>} which is injected
- * is AlwaysTrue.  The {@link RelyingPartyGroupParser} takes care to ensure that this element is alwatys at the end
+ * The {@link com.google.common.base.Predicate} which is injected
+ * is AlwaysTrue.  The {@link RelyingPartyGroupParser} takes care to ensure that this element is always at the end
  * of the list, thus implementing Default semantics.
  */
 public class DefaultRelyingPartyParser extends AbstractRelyingPartyParser {

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyParser.java

[... 87 lines stripped ...]


More information about the commits mailing list