Uses of Interface
net.officefloor.web.jwt.authority.repository.JwtAccessKey
-
-
Uses of JwtAccessKey in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>
InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type JwtAccessKey Modifier and Type Method Description void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
-
Uses of JwtAccessKey in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>
InMemoryJwtAuthorityRepositoryManagedObjectSource. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type JwtAccessKey Modifier and Type Method Description void
InMemoryJwtAuthorityRepositoryManagedObjectSource. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
-
Uses of JwtAccessKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type JwtAccessKey Modifier and Type Method Description void
JwtAccessKeyCollector. setKeys(JwtAccessKey[] keys)
Specifies theJwtAccessKey
instances. -
Uses of JwtAccessKey in net.officefloor.web.jwt.authority.repository
Methods in net.officefloor.web.jwt.authority.repository that return types with arguments of type JwtAccessKey Modifier and Type Method Description java.util.List<JwtAccessKey>
JwtAuthorityRepository. retrieveJwtAccessKeys(JwtAuthorityRepository.RetrieveKeysContext context)
Retrieves the list ofJwtAccessKey
instances.Methods in net.officefloor.web.jwt.authority.repository with parameters of type JwtAccessKey Modifier and Type Method Description void
JwtAuthorityRepository. saveJwtAccessKeys(JwtAuthorityRepository.SaveKeysContext context, JwtAccessKey... accessKeys)
Saves newJwtAccessKey
instances.
-