Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ static PolarisCredential of(
@Nullable
String getPrincipalName();

/**
* The principal roles present in the token.
*
* <p>When using the default authenticator, the special {@link
* DefaultAuthenticator#PRINCIPAL_ROLE_ALL} can be used to denote a request for all principal
* roles that the principal has access to.
*/
/** The principal roles, or empty if the principal has no roles. */
Set<String> getPrincipalRoles();
}