Class SectorIdentifierLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.SectorIdentifierLookupFunctionTest
-
public class SectorIdentifierLookupFunctionTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.metadata.context.OIDCMetadataContextctxprivate net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.SectorIdentifierLookupFunctionlookupprivate MessageContextmsgCtxprivate ProfileRequestContextprcprivate URIsector
-
Constructor Summary
Constructors Constructor Description SectorIdentifierLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestFailNoClientInformation()voidtestFailNoCtx()voidtestFailNoURIs()voidtestFailRedirectURIs()voidtestSuccessMultipleRedirectURIs()voidtestSuccessRedirectURI()voidtestSuccessRedirectURIs()voidtestSuccessSectorID()
-
-
-
Field Detail
-
lookup
private net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.SectorIdentifierLookupFunction lookup
-
prc
private ProfileRequestContext prc
-
msgCtx
private MessageContext msgCtx
-
ctx
private net.shibboleth.oidc.metadata.context.OIDCMetadataContext ctx
-
sector
private URI sector
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccessSectorID
public void testSuccessSectorID()
-
testSuccessRedirectURI
public void testSuccessRedirectURI()
-
testSuccessRedirectURIs
public void testSuccessRedirectURIs()
-
testSuccessMultipleRedirectURIs
public void testSuccessMultipleRedirectURIs() throws URISyntaxException- Throws:
URISyntaxException
-
testFailRedirectURIs
public void testFailRedirectURIs() throws URISyntaxException- Throws:
URISyntaxException
-
testFailNoURIs
public void testFailNoURIs() throws URISyntaxException- Throws:
URISyntaxException
-
testFailNoCtx
public void testFailNoCtx() throws URISyntaxException- Throws:
URISyntaxException
-
testFailNoClientInformation
public void testFailNoClientInformation() throws URISyntaxException- Throws:
URISyntaxException
-
-