[java-identity-provider COMMIT] in /trunk: idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextT...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 26 15:09:09 EDT 2015


Author: tzeller
Date: Mon Oct 26 15:09:09 2015
New Revision: 7881

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7881&view=rev
Log:
Checkstyle.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextTree.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogSpringContextInfo.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/SAML2BrowserSSOProfileParser.java
    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/package-info.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextTree.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextTree.java?rev=7881&r1=7880&r2=7881&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextTree.java	(original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogContextTree.java	Mon Oct 26 15:09:09 2015
@@ -30,6 +30,7 @@
 import org.slf4j.LoggerFactory;
 import org.springframework.webflow.execution.RequestContext;
 
+//Checkstyle: JavadocStyle OFF -- ignore extra HTML tag error
 /**
  * Spring Web Flow utility action for logging on DEBUG a representation of the current
  * {@link ProfileRequestContext}.
@@ -49,6 +50,7 @@
  * 
  * </p>
  */
+//Checkstyle: JavadocStyle ON
 public class LogContextTree extends AbstractProfileAction {
     
     /** Name of Spring web flow attribute holding the description of the tree to log. */

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogSpringContextInfo.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogSpringContextInfo.java?rev=7881&r1=7880&r2=7881&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogSpringContextInfo.java	(original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/LogSpringContextInfo.java	Mon Oct 26 15:09:09 2015
@@ -31,6 +31,7 @@
 import org.springframework.context.ApplicationContextAware;
 import org.springframework.webflow.execution.RequestContext;
 
+//Checkstyle: JavadocStyle OFF -- ignore extra HTML tag error
 /**
  * Spring Web Flow utility action for logging on DEBUG details about the current hierarchy of
  * Spring {@link ApplicationContext} and the beans contained within each.
@@ -50,6 +51,7 @@
  * 
  * </p>
  */
+//Checkstyle: JavadocStyle ON
 public class LogSpringContextInfo extends AbstractProfileAction implements ApplicationContextAware {
     
     /** Name of Spring web flow attribute holding the description of the tree to log. */

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/SAML2BrowserSSOProfileParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/SAML2BrowserSSOProfileParser.java?rev=7881&r1=7880&r2=7881&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/SAML2BrowserSSOProfileParser.java	(original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/SAML2BrowserSSOProfileParser.java	Mon Oct 26 15:09:09 2015
@@ -23,11 +23,9 @@
 import javax.xml.namespace.QName;
 
 import net.shibboleth.ext.spring.util.SpringSupport;
-import net.shibboleth.idp.profile.spring.relyingparty.metadata.filter.impl.PredicateFilterDirectionFactoryBean;
 import net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal;
 import net.shibboleth.idp.saml.saml2.profile.config.BrowserSSOProfileConfiguration;
 import net.shibboleth.utilities.java.support.primitive.StringSupport;
-import net.shibboleth.utilities.java.support.xml.AttributeSupport;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -40,9 +38,6 @@
 import org.springframework.beans.factory.xml.ParserContext;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
-
-import com.google.common.base.Predicate;
-import com.google.common.base.Predicates;
 
 /**
  * Parser to generate {@link BrowserSSOProfileConfiguration} from a <code>saml:SAML2SSOProfile</code>.

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=7881&r1=7880&r2=7881&view=diff

[... 35 lines stripped ...]


More information about the commits mailing list