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 JwtClaimJwtClaim.getDefaultInstance()JwtClaim.Builder.getDefaultInstanceForType()JwtClaim.getDefaultInstanceForType()static JwtClaimJwtClaim.parseDelimitedFrom(InputStream input) static JwtClaimJwtClaim.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaimJwtClaim.parseFrom(byte[] data) static JwtClaimJwtClaim.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaimJwtClaim.parseFrom(com.google.protobuf.ByteString data) static JwtClaimJwtClaim.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaimJwtClaim.parseFrom(com.google.protobuf.CodedInputStream input) static JwtClaimJwtClaim.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaimJwtClaim.parseFrom(InputStream input) static JwtClaimJwtClaim.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtClaimJwtClaim.parseFrom(ByteBuffer data) static JwtClaimJwtClaim.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.BuilderJwtClaim.newBuilder(JwtClaim prototype)