@Entity public class ClientScopeEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<ClientScopeAttributeEntity> |
attributes |
protected RealmEntity |
realm |
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() |
RealmEntity |
getRealm() |
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 |
setRealm(RealmEntity realm) |
protected RealmEntity realm
protected Collection<ClientScopeAttributeEntity> attributes
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
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.