@Entity public class ApplicationEntity extends ClientEntity
realm, redirectUris, webOrigins
Constructor and Description |
---|
ApplicationEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
Collection<RoleEntity> |
getDefaultRoles() |
String |
getManagementUrl() |
Collection<RoleEntity> |
getRoles() |
boolean |
isBearerOnly() |
boolean |
isSurrogateAuthRequired() |
void |
setBaseUrl(String baseUrl) |
void |
setBearerOnly(boolean bearerOnly) |
void |
setDefaultRoles(Collection<RoleEntity> defaultRoles) |
void |
setManagementUrl(String managementUrl) |
void |
setRoles(Collection<RoleEntity> roles) |
void |
setSurrogateAuthRequired(boolean surrogateAuthRequired) |
getAllowedClaimsMask, getId, getName, getNotBefore, getRealm, getRedirectUris, getSecret, getWebOrigins, isEnabled, isFullScopeAllowed, isPublicClient, setAllowedClaimsMask, setEnabled, setFullScopeAllowed, setId, setName, setNotBefore, setPublicClient, setRealm, setRedirectUris, setSecret, setWebOrigins
public boolean isSurrogateAuthRequired()
public void setSurrogateAuthRequired(boolean surrogateAuthRequired)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getManagementUrl()
public void setManagementUrl(String managementUrl)
public Collection<RoleEntity> getRoles()
public void setRoles(Collection<RoleEntity> roles)
public Collection<RoleEntity> getDefaultRoles()
public void setDefaultRoles(Collection<RoleEntity> defaultRoles)
public boolean isBearerOnly()
public void setBearerOnly(boolean bearerOnly)
Copyright © 2014. All Rights Reserved.