@Entity public class ClientScopeEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<ClientScopeAttributeEntity> |
attributes |
protected String |
realmId |
Constructor and Description |
---|
ClientScopeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<ClientScopeAttributeEntity> |
getAttributes() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
Collection<ProtocolMapperEntity> |
getProtocolMappers() |
String |
getRealmId() |
Set<String> |
getScopeMappingIds() |
int |
hashCode() |
void |
setAttributes(Collection<ClientScopeAttributeEntity> attributes) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
void |
setProtocolMappers(Collection<ProtocolMapperEntity> protocolMappers) |
void |
setRealmId(String realmId) |
void |
setScopeMappingIds(Set<String> scopeMappingIds) |
protected String realmId
protected Collection<ClientScopeAttributeEntity> attributes
public String getRealmId()
public void setRealmId(String realmId)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Collection<ProtocolMapperEntity> getProtocolMappers()
public void setProtocolMappers(Collection<ProtocolMapperEntity> protocolMappers)
public String getProtocol()
public void setProtocol(String protocol)
public Collection<ClientScopeAttributeEntity> getAttributes()
public void setAttributes(Collection<ClientScopeAttributeEntity> attributes)
Copyright © 2021 JBoss by Red Hat. All rights reserved.