Uses of Class
net.officefloor.web.jwt.validate.JwtValidateKey
-
Packages that use JwtValidateKey Package Description net.officefloor.web.jwt net.officefloor.web.jwt.authority net.officefloor.web.jwt.mock net.officefloor.web.jwt.validate -
-
Uses of JwtValidateKey in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return JwtValidateKey Modifier and Type Method Description JwtValidateKey[]
JwtHttpSecuritySource.JwtValidateKeysFactory. createJwtValidateKeys()
Obtains theJwtValidateKey
instances to use. -
Uses of JwtValidateKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that return JwtValidateKey Modifier and Type Method Description JwtValidateKey[]
JwtAuthority. getActiveJwtValidateKeys()
Obtains the current activeJwtValidateKey
instances. -
Uses of JwtValidateKey in net.officefloor.web.jwt.mock
Methods in net.officefloor.web.jwt.mock that return JwtValidateKey Modifier and Type Method Description JwtValidateKey[]
AbstractMockJwtAccessTokenJUnit. getActiveJwtValidateKeys()
Obtains the activeJwtValidateKey
instances. -
Uses of JwtValidateKey in net.officefloor.web.jwt.validate
Methods in net.officefloor.web.jwt.validate that return JwtValidateKey Modifier and Type Method Description JwtValidateKey[]
JwtValidateKeyCollector. getCurrentKeys()
Obtains the currentJwtValidateKey
instances.Methods in net.officefloor.web.jwt.validate with parameters of type JwtValidateKey Modifier and Type Method Description void
JwtValidateKeyCollector. setKeys(JwtValidateKey... keys)
Specifies theJwtValidateKey
instances.
-