Package org.keycloak.userprofile.config
Class UPAttributeRequired
- java.lang.Object
- 
- org.keycloak.userprofile.config.UPAttributeRequired
 
- 
 public class UPAttributeRequired extends Object Config of the rules when attribute is required.- Author:
- Vlastimil Elias 
 
- 
- 
Constructor SummaryConstructors Constructor Description UPAttributeRequired()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getRoles()Set<String>getScopes()booleanisAlways()Check if this config means that the attribute is ALWAYS required.voidsetRoles(Set<String> roles)voidsetScopes(Set<String> scopes)StringtoString()
 
-