Uses of Interface
net.officefloor.web.jwt.authority.JwtAuthority
-
Packages that use JwtAuthority Package Description net.officefloor.tutorial.jwtauthorityhttpserver net.officefloor.tutorial.jwthttpserver -
-
Uses of JwtAuthority in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtAuthority Modifier and Type Method Description void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
-
Uses of JwtAuthority in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtAuthority Modifier and Type Method Description void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
-