Uses of Class
net.officefloor.web.jwt.validate.JwtValidateKey
Packages that use JwtValidateKey
Package
Description
-
Uses of JwtValidateKey in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return JwtValidateKeyModifier and TypeMethodDescriptionJwtHttpSecuritySource.JwtValidateKeysFactory.createJwtValidateKeys()Obtains theJwtValidateKeyinstances to use. -
Uses of JwtValidateKey in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that return JwtValidateKeyModifier and TypeMethodDescriptionJwtAuthority.getActiveJwtValidateKeys()Obtains the current activeJwtValidateKeyinstances. -
Uses of JwtValidateKey in net.officefloor.web.jwt.mock
Methods in net.officefloor.web.jwt.mock that return JwtValidateKeyModifier and TypeMethodDescriptionAbstractMockJwtAccessTokenJUnit.getActiveJwtValidateKeys()Obtains the activeJwtValidateKeyinstances. -
Uses of JwtValidateKey in net.officefloor.web.jwt.validate
Methods in net.officefloor.web.jwt.validate that return JwtValidateKeyModifier and TypeMethodDescriptionJwtValidateKeyCollector.getCurrentKeys()Obtains the currentJwtValidateKeyinstances.Methods in net.officefloor.web.jwt.validate with parameters of type JwtValidateKeyModifier and TypeMethodDescriptionvoidJwtValidateKeyCollector.setKeys(JwtValidateKey... keys) Specifies theJwtValidateKeyinstances.