public class ApplicationRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
adminUrl |
protected Map<String,String> |
attributes |
protected String |
baseUrl |
protected Boolean |
bearerOnly |
protected ClaimRepresentation |
claims
Deprecated.
|
protected String[] |
defaultRoles |
protected Boolean |
enabled |
protected Boolean |
frontchannelLogout |
protected Boolean |
fullScopeAllowed |
protected String |
id |
protected List<ClientIdentityProviderMappingRepresentation> |
identityProviders |
protected String |
name |
protected Integer |
nodeReRegistrationTimeout |
protected Integer |
notBefore |
protected String |
protocol |
protected List<ProtocolMapperRepresentation> |
protocolMappers |
protected Boolean |
publicClient |
protected List<String> |
redirectUris |
protected Map<String,Integer> |
registeredNodes |
protected String |
secret |
protected Boolean |
surrogateAuthRequired |
protected List<String> |
webOrigins |
Constructor and Description |
---|
ApplicationRepresentation() |
protected String id
protected String name
protected String adminUrl
protected String baseUrl
protected Boolean surrogateAuthRequired
protected Boolean enabled
protected String secret
protected String[] defaultRoles
@Deprecated protected ClaimRepresentation claims
protected Integer notBefore
protected Boolean bearerOnly
protected Boolean publicClient
protected Boolean frontchannelLogout
protected String protocol
protected Boolean fullScopeAllowed
protected Integer nodeReRegistrationTimeout
protected List<ClientIdentityProviderMappingRepresentation> identityProviders
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 Boolean isSurrogateAuthRequired()
public void setSurrogateAuthRequired(Boolean surrogateAuthRequired)
public String getAdminUrl()
public void setAdminUrl(String adminUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getSecret()
public void setSecret(String secret)
public String[] getDefaultRoles()
public void setDefaultRoles(String[] defaultRoles)
public ClaimRepresentation getClaims()
public void setClaims(ClaimRepresentation claims)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Boolean isBearerOnly()
public void setBearerOnly(Boolean bearerOnly)
public Boolean isPublicClient()
public void setPublicClient(Boolean publicClient)
public Boolean isFullScopeAllowed()
public void setFullScopeAllowed(Boolean fullScopeAllowed)
public String getProtocol()
public void setProtocol(String protocol)
public Integer getNodeReRegistrationTimeout()
public void setNodeReRegistrationTimeout(Integer nodeReRegistrationTimeout)
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.