Justin Richer
11 years ago
4 changed files with 0 additions and 56 deletions
@ -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; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue