Package org.keycloak.representations.idm
Class ApplicationRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.ClientRepresentation
-
- org.keycloak.representations.idm.ApplicationRepresentation
-
- Direct Known Subclasses:
OAuthClientRepresentation
@Deprecated public class ApplicationRepresentation extends ClientRepresentation
Deprecated.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected ClaimRepresentation
claims
Deprecated.protected String
name
Deprecated.-
Fields inherited from class org.keycloak.representations.idm.ClientRepresentation
adminUrl, alwaysDisplayInConsole, attributes, authenticationFlowBindingOverrides, authorizationServicesEnabled, baseUrl, bearerOnly, clientAuthenticatorType, clientId, clientTemplate, consentRequired, defaultClientScopes, defaultRoles, description, directAccessGrantsEnabled, directGrantsOnly, enabled, frontchannelLogout, fullScopeAllowed, id, implicitFlowEnabled, nodeReRegistrationTimeout, notBefore, oauth2DeviceAuthorizationGrantEnabled, optionalClientScopes, origin, protocol, protocolMappers, publicClient, redirectUris, registeredNodes, registrationAccessToken, rootUrl, secret, serviceAccountsEnabled, standardFlowEnabled, surrogateAuthRequired, webOrigins
-
-
Constructor Summary
Constructors Constructor Description ApplicationRepresentation()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClaimRepresentation
getClaims()
Deprecated.String
getName()
Deprecated.void
setClaims(ClaimRepresentation claims)
Deprecated.void
setName(String name)
Deprecated.-
Methods inherited from class org.keycloak.representations.idm.ClientRepresentation
getAccess, getAdminUrl, getAttributes, getAuthenticationFlowBindingOverrides, getAuthorizationServicesEnabled, getAuthorizationSettings, getBaseUrl, getClientAuthenticatorType, getClientId, getClientTemplate, getDefaultClientScopes, getDefaultRoles, getDescription, getId, getNodeReRegistrationTimeout, getNotBefore, getOptionalClientScopes, getOrigin, getProtocol, getProtocolMappers, getRedirectUris, getRegisteredNodes, getRegistrationAccessToken, getRootUrl, getSecret, getWebOrigins, isAlwaysDisplayInConsole, isBearerOnly, isConsentRequired, isDirectAccessGrantsEnabled, isDirectGrantsOnly, isEnabled, isFrontchannelLogout, isFullScopeAllowed, isImplicitFlowEnabled, isPublicClient, isServiceAccountsEnabled, isStandardFlowEnabled, isSurrogateAuthRequired, isUseTemplateConfig, isUseTemplateMappers, isUseTemplateScope, setAccess, setAdminUrl, setAlwaysDisplayInConsole, setAttributes, setAuthenticationFlowBindingOverrides, setAuthorizationServicesEnabled, setAuthorizationSettings, setBaseUrl, setBearerOnly, setClientAuthenticatorType, setClientId, setConsentRequired, setDefaultClientScopes, setDefaultRoles, setDescription, setDirectAccessGrantsEnabled, setDirectGrantsOnly, setEnabled, setFrontchannelLogout, setFullScopeAllowed, setId, setImplicitFlowEnabled, setNodeReRegistrationTimeout, setNotBefore, setOptionalClientScopes, setOrigin, setProtocol, setProtocolMappers, setPublicClient, setRedirectUris, setRegisteredNodes, setRegistrationAccessToken, setRootUrl, setSecret, setServiceAccountsEnabled, setStandardFlowEnabled, setSurrogateAuthRequired, setWebOrigins
-
-
-
-
Field Detail
-
name
protected String name
Deprecated.
-
claims
@Deprecated protected ClaimRepresentation claims
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Overrides:
getName
in classClientRepresentation
-
setName
public void setName(String name)
Deprecated.- Overrides:
setName
in classClientRepresentation
-
getClaims
public ClaimRepresentation getClaims()
Deprecated.
-
setClaims
public void setClaims(ClaimRepresentation claims)
Deprecated.
-
-