Uses of Class
io.github.xezzon.zeroweb.auth.JwtClaim
Packages that use JwtClaim
-
Uses of JwtClaim in io.github.xezzon.zeroweb.auth
Methods in io.github.xezzon.zeroweb.auth that return JwtClaimModifier and TypeMethodDescriptionJwtClaim.Builder.build()
JwtClaim.Builder.buildPartial()
static JwtClaim
JwtClaim.getDefaultInstance()
JwtClaim.Builder.getDefaultInstanceForType()
JwtClaim.getDefaultInstanceForType()
static JwtClaim
JwtAuth.loadJwtClaim()
static JwtClaim
JwtClaim.parseDelimitedFrom
(InputStream input) static JwtClaim
JwtClaim.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaim
JwtClaim.parseFrom
(byte[] data) static JwtClaim
JwtClaim.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaim
JwtClaim.parseFrom
(com.google.protobuf.ByteString data) static JwtClaim
JwtClaim.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaim
JwtClaim.parseFrom
(com.google.protobuf.CodedInputStream input) static JwtClaim
JwtClaim.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaim
JwtClaim.parseFrom
(InputStream input) static JwtClaim
JwtClaim.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaim
JwtClaim.parseFrom
(ByteBuffer data) static JwtClaim
JwtClaim.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.auth that return types with arguments of type JwtClaimModifier and TypeMethodDescriptioncom.google.protobuf.Parser<JwtClaim>
JwtClaim.getParserForType()
static com.google.protobuf.Parser<JwtClaim>
JwtClaim.parser()
Methods in io.github.xezzon.zeroweb.auth with parameters of type JwtClaimModifier and TypeMethodDescriptionstatic JwtClaim.Builder
JwtClaim.newBuilder
(JwtClaim prototype) static void
JwtAuth.saveJwtClaim
(JwtClaim claim) -
Uses of JwtClaim in io.github.xezzon.zeroweb.auth.entity
Methods in io.github.xezzon.zeroweb.auth.entity that return JwtClaimModifier and TypeMethodDescriptionJwtClaimWrapper.get()
JwtClaimWrapper.value()
Returns the value of thevalue
record component.Constructors in io.github.xezzon.zeroweb.auth.entity with parameters of type JwtClaimModifierConstructorDescriptionJwtClaimWrapper
(JwtClaim value) Creates an instance of aJwtClaimWrapper
record class.