Package org.keycloak.representations.idm
Class ClientScopeRepresentation
java.lang.Object
org.keycloak.representations.idm.ClientScopeRepresentation
- Author:
 - Marek Posolda
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidsetAttributes(Map<String, String> attributes) voidsetDescription(String description) voidvoidvoidsetProtocol(String protocol) voidsetProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)  
- 
Field Details
- 
id
 - 
name
 - 
description
 - 
protocol
 - 
attributes
 - 
protocolMappers
 
 - 
 - 
Constructor Details
- 
ClientScopeRepresentation
public ClientScopeRepresentation() 
 - 
 - 
Method Details