Package org.keycloak.representations.idm
Class ClientScopeRepresentation
java.lang.Object
org.keycloak.representations.idm.ClientScopeRepresentation
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
void
setAttributes
(Map<String, String> attributes) void
setDescription
(String description) void
void
void
setProtocol
(String protocol) void
setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers)
-
Field Details
-
id
-
name
-
description
-
protocol
-
attributes
-
protocolMappers
-
-
Constructor Details
-
ClientScopeRepresentation
public ClientScopeRepresentation()
-
-
Method Details