public class OAuthClientRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
protected ClaimRepresentation |
claims
Deprecated.
|
protected Boolean |
directGrantsOnly |
protected Boolean |
enabled |
protected Boolean |
frontchannelLogout |
protected Boolean |
fullScopeAllowed |
protected String |
id |
protected String |
name |
protected Integer |
notBefore |
protected String |
protocol |
protected List<ProtocolMapperRepresentation> |
protocolMappers |
protected Boolean |
publicClient |
protected List<String> |
redirectUris |
protected String |
secret |
protected List<String> |
webOrigins |
Constructor and Description |
---|
OAuthClientRepresentation() |
protected String id
protected String name
protected Boolean enabled
protected String secret
@Deprecated protected ClaimRepresentation claims
protected Integer notBefore
protected Boolean publicClient
protected String protocol
protected Boolean directGrantsOnly
protected Boolean fullScopeAllowed
protected Boolean frontchannelLogout
protected List<ProtocolMapperRepresentation> protocolMappers
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public String getSecret()
public void setSecret(String secret)
public ClaimRepresentation getClaims()
public void setClaims(ClaimRepresentation claims)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Boolean isPublicClient()
public void setPublicClient(Boolean publicClient)
public Boolean isDirectGrantsOnly()
public void setDirectGrantsOnly(Boolean directGrantsOnly)
public Boolean isFullScopeAllowed()
public void setFullScopeAllowed(Boolean fullScopeAllowed)
public String getProtocol()
public void setProtocol(String protocol)
public Boolean isFrontchannelLogout()
public void setFrontchannelLogout(Boolean frontchannelLogout)
public List<ClientIdentityProviderMappingRepresentation> getIdentityProviders()
public void setIdentityProviders(List<ClientIdentityProviderMappingRepresentation> identityProviders)
public List<ProtocolMapperRepresentation> getProtocolMappers()
public void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
Copyright © 2015. All rights reserved.