Uses of Interface
net.officefloor.web.jwt.JwtHttpAccessControl
-
Packages that use JwtHttpAccessControl Package Description net.officefloor.web.jwt -
-
Uses of JwtHttpAccessControl in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return types with arguments of type JwtHttpAccessControl Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows>
JwtHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.jwt with type arguments of type JwtHttpAccessControl Modifier and Type Method Description void
JwtHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<JwtHttpAccessControl<C>,None,JwtHttpSecuritySource.Flows> context)
HttpAuthentication<java.lang.Void>
JwtHttpSecuritySource. createAuthentication(AuthenticationContext<JwtHttpAccessControl<C>,java.lang.Void> context)
protected void
JwtHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows> context)
boolean
JwtHttpSecuritySource. ratify(java.lang.Void credentials, RatifyContext<JwtHttpAccessControl<C>> context)
-