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.FlowsJwtHttpSecuritySource.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 voidJwtHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<JwtHttpAccessControl<C>,None,JwtHttpSecuritySource.Flows> context)voidJwtHttpSecuritySource. challenge(ChallengeContext<None,JwtHttpSecuritySource.Flows> context)protected voidJwtHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows> context)voidJwtHttpSecuritySource. logout(LogoutContext<None,JwtHttpSecuritySource.Flows> context)voidJwtHttpSecuritySource. start(HttpSecurityExecuteContext<JwtHttpSecuritySource.Flows> context)
-