public class ClaimList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClaimList.Scope |
| Constructor and Description |
|---|
ClaimList() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<String> |
getClaimsForScope(String scope) |
Map<String,String> |
getClaimsFromSession(Map<String,String> sessionProperties,
HashSet<String> claims) |
List<ClaimList.Scope> |
getScopes() |
HashSet<String> |
getSupportedClaims() |
String |
getSupportedClaimsAsString() |
String |
getSupportedScopes() |
HashSet<String> |
getValidClaims(String claimsToCheck) |
String |
getValue() |
void |
init(Router router) |
boolean |
scopeExists(String s) |
void |
setScopes(List<ClaimList.Scope> scopes) |
void |
setSupportedClaims(HashSet<String> supportedClaims) |
void |
setValue(String value) |
public void init(Router router)
public String getSupportedScopes()
public String getSupportedClaimsAsString()
public Map<String,String> getClaimsFromSession(Map<String,String> sessionProperties, HashSet<String> claims)
public boolean scopeExists(String s)
public String getValue()
public void setValue(String value)
public List<ClaimList.Scope> getScopes()
public void setScopes(List<ClaimList.Scope> scopes)
Copyright © 2022. All Rights Reserved.