Class AttributeOIDCScopePolicyRuleTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.attribute.filter.policyrule.impl.AttributeOIDCScopePolicyRuleTest
-
public class AttributeOIDCScopePolicyRuleTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private OIDCAuthenticationResponseContextauthRespCtxprivate net.shibboleth.idp.attribute.filter.context.AttributeFilterContextfiltercontextprivate MessageContextmsgCtxprivate ProfileRequestContextprcprivate net.shibboleth.idp.plugin.oidc.op.attribute.filter.policyrule.impl.AttributeOIDCScopePolicyRulerule
-
Constructor Summary
Constructors Constructor Description AttributeOIDCScopePolicyRuleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidsetUp()voidtestMatch()voidtestNoMatch()voidtestNoOIDCRespCtx()voidtestNoScope()
-
-
-
Field Detail
-
rule
private net.shibboleth.idp.plugin.oidc.op.attribute.filter.policyrule.impl.AttributeOIDCScopePolicyRule rule
-
prc
private ProfileRequestContext prc
-
filtercontext
private net.shibboleth.idp.attribute.filter.context.AttributeFilterContext filtercontext
-
authRespCtx
private OIDCAuthenticationResponseContext authRespCtx
-
msgCtx
private MessageContext msgCtx
-
-
Method Detail
-
setUp
@BeforeMethod private void setUp() throws Exception
- Throws:
Exception
-
-