Interface InterceptorContext
-
- All Superinterfaces:
InvocationContext
public interface InterceptorContext extends InvocationContext
Registration interceptor context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanopenRegistrationIsAllowed()Returnstrueif open registration is allowed.-
Methods inherited from interface com.nimbusds.openid.connect.provider.spi.InvocationContext
getIssuer
-
-
-
-
Method Detail
-
openRegistrationIsAllowed
boolean openRegistrationIsAllowed()
Returnstrueif open registration is allowed.- Returns:
trueif open registration is allowed, elsefalse.
-
-