Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAuthorityRepository.SaveKeysContext
-
-
Uses of JwtAuthorityRepository.SaveKeysContext in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtAuthorityRepository.SaveKeysContext Modifier and Type Method Description void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys)
-
Uses of JwtAuthorityRepository.SaveKeysContext in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtAuthorityRepository.SaveKeysContext Modifier and Type Method Description void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys)
-
Uses of JwtAuthorityRepository.SaveKeysContext in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAuthorityRepository.SaveKeysContext Modifier and Type Method Description void
JwtAuthorityRepository. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
Saves newJwtAccessKey
instances.void
JwtAuthorityRepository. saveJwtRefreshKeys(JwtAuthorityRepository.SaveKeysContext context, JwtRefreshKey... refreshKeys)
Saves newJwtRefreshKey
instances.
-