[java-identity-provider COMMIT] in /trunk: idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relying...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 27 11:47:59 EDT 2015
Author: scantor
Date: Tue Oct 27 11:47:59 2015
New Revision: 7885
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7885&view=rev
Log:
Checkstyle.
Modified:
trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfigurationTest.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/PopulateDelegationContext.java
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContextTest.java
Modified: trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java?rev=7885&r1=7884&r2=7885&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java (original)
+++ trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2BrowserSSOProfileTest.java Tue Oct 27 11:47:59 2015
@@ -28,6 +28,7 @@
import org.testng.Assert;
import org.testng.annotations.Test;
+ at SuppressWarnings("deprecation")
public class SAML2BrowserSSOProfileTest extends BaseSAMLProfileTest {
@Test public void defaults() {
Modified: trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfigurationTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfigurationTest.java?rev=7885&r1=7884&r2=7885&view=diff
==============================================================================
--- trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfigurationTest.java (original)
+++ trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfigurationTest.java Tue Oct 27 11:47:59 2015
@@ -64,6 +64,7 @@
Assert.assertEquals(config.getMaximumSPSessionLifetime(), 1000);
}
+ @SuppressWarnings("deprecation")
@Test
public void testAllowingDelegation() {
// Note: testing the deprecated boolean value variant
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java?rev=7885&r1=7884&r2=7885&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java Tue Oct 27 11:47:59 2015
@@ -623,17 +623,6 @@
}
/**
- * Constructor.
- *
- * @param event the event ID
- * @param message the exception details message
- */
- public EventException(@Nonnull final String event, @Nullable final String message) {
- super(message);
- eventID = Constraint.isNotNull(StringSupport.trimOrNull(event), "Event ID may not be null");
- }
-
- /**
* Get the event represented by this exception.
*
* @return the event ID
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContext.java?rev=7885&r1=7884&r2=7885&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContext.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/PopulateDelegationContext.java Tue Oct 27 11:47:59 2015
@@ -275,6 +275,7 @@
* @param profileRequestContext the current profile request context
* @return true iff {@link #doExecute(ProfileRequestContext)} should proceed
*/
+ @SuppressWarnings("deprecation")
protected boolean doPreExecuteRelyingParty(@Nonnull final ProfileRequestContext profileRequestContext) {
relyingPartyContext = relyingPartyContextLookupStrategy.apply(profileRequestContext);
[... 16 lines stripped ...]
More information about the commits
mailing list