Package org.keycloak.representations.idm
Class ScopeMappingRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.ScopeMappingRepresentation
-
public class ScopeMappingRepresentation extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description ScopeMappingRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getClient()
String
getClientScope()
String
getClientTemplate()
Deprecated.Set<String>
getRoles()
String
getSelf()
ScopeMappingRepresentation
role(String role)
void
setClient(String client)
void
setClientScope(String clientScope)
void
setRoles(Set<String> roles)
void
setSelf(String self)
-
-
-
Method Detail
-
getSelf
public String getSelf()
-
setSelf
public void setSelf(String self)
-
getClient
public String getClient()
-
setClient
public void setClient(String client)
-
getClientTemplate
@Deprecated public String getClientTemplate()
Deprecated.
-
getClientScope
public String getClientScope()
-
setClientScope
public void setClientScope(String clientScope)
-
role
public ScopeMappingRepresentation role(String role)
-
-