JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.extact.rms.platform.jwt.provider
Interface JsonWebTokenGenerator.UserClaims
All Known Implementing Classes:
UserClaimsAdaptor
Enclosing interface:
JsonWebTokenGenerator
public static interface
JsonWebTokenGenerator.UserClaims
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Set
<
String
>
getGroups
()
String
getUserId
()
String
getUserPrincipalName
()
Method Details
getUserId
String
getUserId
()
getUserPrincipalName
String
getUserPrincipalName
()
getGroups
Set
<
String
>
getGroups
()