@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateClient.Builder
Builds instances of type
UpdateClient. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateClient.Builder |
builder()
Creates a builder for
UpdateClient. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateClient that have equal attribute values. |
List<String> |
getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
Boolean |
getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
List<String> |
getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<GrantType> |
getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<String> |
getAutoApproves()
Scopes that do not require user approval
|
String |
getClientId()
Client identifier, unique within identity zone
|
String |
getCreatedWith()
What scope the bearer token had when client was created
|
String |
getName()
A human readable name for the client
|
List<String> |
getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
getResourceIds()
Resources the client is allowed access to
|
List<String> |
getScopes()
Scopes allowed for the client
|
String |
getTokenSalt()
A random string used to generate the client’s revokation key.
|
int |
hashCode()
Computes a hash code from attributes:
allowedProviders, approvalsDeleted, authorities, authorizedGrantTypes, autoApproves, clientId, createdWith, name, redirectUriPatterns, resourceIds, scopes, tokenSalt. |
String |
toString()
Prints the immutable value
UpdateClient with attribute values. |
public List<String> getAllowedProviders()
public Boolean getApprovalsDeleted()
public List<String> getAuthorities()
public List<GrantType> getAuthorizedGrantTypes()
public String getClientId()
public String getCreatedWith()
public String getName()
public List<String> getRedirectUriPatterns()
public String getTokenSalt()
public boolean equals(Object another)
UpdateClient that have equal attribute values.public int hashCode()
allowedProviders, approvalsDeleted, authorities, authorizedGrantTypes, autoApproves, clientId, createdWith, name, redirectUriPatterns, resourceIds, scopes, tokenSalt.public String toString()
UpdateClient with attribute values.public static UpdateClient.Builder builder()
UpdateClient.
UpdateClient.builder()
.allowedProviders(List<String> | null) // nullable allowedProviders
.approvalsDeleted(Boolean | null) // nullable approvalsDeleted
.authorities(List<String> | null) // nullable authorities
.authorizedGrantTypes(List<org.cloudfoundry.uaa.tokens.GrantType> | null) // nullable authorizedGrantTypes
.autoApproves(List<String> | null) // nullable autoApproves
.clientId(String) // required clientId
.createdWith(String | null) // nullable createdWith
.name(String | null) // nullable name
.redirectUriPatterns(List<String> | null) // nullable redirectUriPatterns
.resourceIds(List<String> | null) // nullable resourceIds
.scopes(List<String> | null) // nullable scopes
.tokenSalt(String | null) // nullable tokenSalt
.build();
Copyright © 2020. All rights reserved.