Package org.keycloak.representations.idm
Class RoleRepresentation.Composites
- java.lang.Object
-
- org.keycloak.representations.idm.RoleRepresentation.Composites
-
- Enclosing class:
- RoleRepresentation
public static class RoleRepresentation.Composites extends Object
-
-
Constructor Summary
Constructors Constructor Description Composites()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,List<String>>
getApplication()
Deprecated.Map<String,List<String>>
getClient()
Set<String>
getRealm()
void
setClient(Map<String,List<String>> client)
void
setRealm(Set<String> realm)
-
-
-
Method Detail
-
getApplication
@Deprecated public Map<String,List<String>> getApplication()
Deprecated.
-
-