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()voidsetClient(Map<String,List<String>> client)voidsetRealm(Set<String> realm)
-
-
-
Method Detail
-
getApplication
@Deprecated public Map<String,List<String>> getApplication()
Deprecated.
-
-