public class OAuth2MapperProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<String> |
authoritiesAttributes
The name of the attributes from which authorities should be extracted from without any changes.
|
protected Collection<String> |
groupsAttributes
The name of the attributes from which groups should be extracted from and converter to Flowable Groups.
|
protected String |
tenantAttribute
The name of the attribute that holds the tenant id for the authentication.
|
protected String |
userDefinitionKeyAttribute
The name of the attribute that holds the user definition key attribute for the authentication.
|
Constructor and Description |
---|
OAuth2MapperProperties() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAuthoritiesAttributes() |
Collection<String> |
getGroupsAttributes() |
String |
getTenantAttribute() |
String |
getUserDefinitionKeyAttribute() |
void |
setAuthoritiesAttributes(Collection<String> authoritiesAttributes) |
void |
setGroupsAttributes(Collection<String> groupsAttributes) |
void |
setTenantAttribute(String tenantAttribute) |
void |
setUserDefinitionKeyAttribute(String userDefinitionKeyAttribute) |
protected Collection<String> authoritiesAttributes
protected Collection<String> groupsAttributes
protected String tenantAttribute
protected String userDefinitionKeyAttribute
public Collection<String> getAuthoritiesAttributes()
public void setAuthoritiesAttributes(Collection<String> authoritiesAttributes)
public Collection<String> getGroupsAttributes()
public void setGroupsAttributes(Collection<String> groupsAttributes)
public String getTenantAttribute()
public void setTenantAttribute(String tenantAttribute)
public String getUserDefinitionKeyAttribute()
public void setUserDefinitionKeyAttribute(String userDefinitionKeyAttribute)