Uses of Class
net.officefloor.web.jwt.JwtHttpSecuritySource.Flows
-
Packages that use JwtHttpSecuritySource.Flows Package Description net.officefloor.web.jwt -
-
Uses of JwtHttpSecuritySource.Flows in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return JwtHttpSecuritySource.Flows Modifier and Type Method Description static JwtHttpSecuritySource.Flows
JwtHttpSecuritySource.Flows. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JwtHttpSecuritySource.Flows[]
JwtHttpSecuritySource.Flows. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.officefloor.web.jwt that return types with arguments of type JwtHttpSecuritySource.Flows 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 JwtHttpSecuritySource.Flows Modifier and Type Method Description void
JwtHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<JwtHttpAccessControl<C>,None,JwtHttpSecuritySource.Flows> context)
void
JwtHttpSecuritySource. challenge(ChallengeContext<None,JwtHttpSecuritySource.Flows> context)
protected void
JwtHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows> context)
void
JwtHttpSecuritySource. logout(LogoutContext<None,JwtHttpSecuritySource.Flows> context)
void
JwtHttpSecuritySource. start(HttpSecurityExecuteContext<JwtHttpSecuritySource.Flows> context)
-