Package net.shibboleth.idp.authn.impl
Class RelyingPartyMapJAASLoginConfigStrategyTest
- java.lang.Object
-
- net.shibboleth.idp.authn.impl.RelyingPartyMapJAASLoginConfigStrategyTest
-
public class RelyingPartyMapJAASLoginConfigStrategyTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static StringDEFAULT_JAAS_CONFIGprivate StringentityIDprivate org.opensaml.profile.context.ProfileRequestContextprofileRequestContextprivate net.shibboleth.idp.profile.context.RelyingPartyContextrelyingPartyContextprivate HashMap<String,String>rpMapprivate net.shibboleth.idp.authn.impl.RelyingPartyMapJAASLoginConfigStrategystrategy
-
Constructor Summary
Constructors Constructor Description RelyingPartyMapJAASLoginConfigStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMappingFound()voidtestNoMappingFound()voidtestNoRelyingPartyContext()voidtestNoRelyingPartyId()voidtestNullInputMap()
-
-
-
Field Detail
-
DEFAULT_JAAS_CONFIG
private static final String DEFAULT_JAAS_CONFIG
- See Also:
- Constant Field Values
-
strategy
private net.shibboleth.idp.authn.impl.RelyingPartyMapJAASLoginConfigStrategy strategy
-
profileRequestContext
private org.opensaml.profile.context.ProfileRequestContext profileRequestContext
-
relyingPartyContext
private net.shibboleth.idp.profile.context.RelyingPartyContext relyingPartyContext
-
entityID
private String entityID
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testNoRelyingPartyContext
public void testNoRelyingPartyContext()
-
testNoRelyingPartyId
public void testNoRelyingPartyId()
-
testNoMappingFound
public void testNoMappingFound()
-
testMappingFound
public void testMappingFound()
-
testNullInputMap
public void testNullInputMap()
-
-