further cleanup
parent
856c0ea0b5
commit
b2b6fd6448
|
@ -23,9 +23,7 @@
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.mitre</groupId>
|
|
||||||
<artifactId>openid-connect-client</artifactId>
|
<artifactId>openid-connect-client</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
|
||||||
<description>OpenID Connect Client filter for Spring Security</description>
|
<description>OpenID Connect Client filter for Spring Security</description>
|
||||||
<name>OpenID Connect Client</name>
|
<name>OpenID Connect Client</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -1,38 +0,0 @@
|
||||||
package org.mitre.openid.connect.client;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Unit test for OIDCAuthenticationFilter
|
|
||||||
*
|
|
||||||
* @author amanda
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
//@RunWith(SpringJUnit4ClassRunner.class)
|
|
||||||
//@ContextConfiguration(locations = { "classpath:test-context.xml" })
|
|
||||||
public class AbstractOIDCAuthenticationFilterTest {
|
|
||||||
|
|
||||||
//@Autowired
|
|
||||||
private OIDCAuthenticationFilter filter;
|
|
||||||
|
|
||||||
//@Test
|
|
||||||
public void testUrlConstruction() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the filter
|
|
||||||
*/
|
|
||||||
public OIDCAuthenticationFilter getFilter() {
|
|
||||||
return filter;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param filter the filter to set
|
|
||||||
*/
|
|
||||||
public void setFilter(OIDCAuthenticationFilter filter) {
|
|
||||||
this.filter = filter;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
|
@ -24,7 +24,6 @@
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>openid-connect-common</artifactId>
|
<artifactId>openid-connect-common</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
|
||||||
<description>OpenID Connect Common modules</description>
|
<description>OpenID Connect Common modules</description>
|
||||||
<name>OpenID Connect Common</name>
|
<name>OpenID Connect Common</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -32,21 +32,6 @@
|
||||||
<artifactId>openid-connect-common</artifactId>
|
<artifactId>openid-connect-common</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.hsqldb</groupId>
|
|
||||||
<artifactId>hsqldb</artifactId>
|
|
||||||
<version>2.2.9</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>joda-time</groupId>
|
|
||||||
<artifactId>joda-time</artifactId>
|
|
||||||
<version>2.1</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.joda</groupId>
|
|
||||||
<artifactId>joda-convert</artifactId>
|
|
||||||
<version>1.3</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
|
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue