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 Summary
Constructors Constructor Description UPAttributeRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getRoles()
Set<String>
getScopes()
boolean
isAlways()
Check if this config means that the attribute is ALWAYS required.void
setRoles(Set<String> roles)
void
setScopes(Set<String> scopes)
String
toString()
-