public class OAuthClient extends ModelBase
Constructor and Description |
---|
OAuthClient() |
equals, getBucket, getCompoundId, getController, getDeleted, getId, getIsNewInsert, getLastModifiedMillis, getMeta, hashCode, setBucket, setDeleted, setId, setIsNewInsert, setLastModifiedMillis
public OAuthClient()
public OAuthClient setName(String name)
public String getPublicAuthor()
public OAuthClient setPublicAuthor(String publicAuthor)
public String getFullClientId()
public OAuthClient setFullClientId(String fullClientId)
public String getClientSecret()
public OAuthClient setClientSecret(String clientSecret)
public Set<String> getAllowedRedirectUris()
public OAuthClient setAllowedRedirectUris(Set<String> allowedRedirectUris)
public Long getCreatorId()
public OAuthClient setCreatorId(Long creatorId)
public Set<Long> getOwnerIds()
public OAuthClient setOwnerIds(Set<Long> ownerIds)
public OAuthClient setScopes(Set<String> scopes)
public boolean isScoped()
public OAuthClient setScoped(boolean scoped)
public Long getAccessTokenValiditySeconds()
public OAuthClient setAccessTokenValiditySeconds(Long accessTokenValiditySeconds)
public Long getRefreshTokenValiditySeconds()
public OAuthClient setRefreshTokenValiditySeconds(Long refreshTokenValiditySeconds)
public Set<String> getAuthorizedGrantTypes()
public OAuthClient setAuthorizedGrantTypes(Set<String> authorizedGrantTypes)
public String getDefaultRedirectUri()
public OAuthClient setDefaultRedirectUri(String defaultRedirectUri)
public Boolean getAutoApprove()
public OAuthClient setAutoApprove(Boolean autoApprove)
public Map getAdditionalInformation()
public OAuthClient setAdditionalInformation(Map additionalInformation)
public String getPublicName()
public OAuthClient setPublicName(String publicName)
public String getPublicDescription()
public OAuthClient setPublicDescription(String publicDescription)
public String getLogoUrl()
public OAuthClient setLogoUrl(String logoUrl)
public boolean isDisabled()
public OAuthClient setDisabled(boolean disabled)
public boolean hasGrantType(GrantType gt)
public boolean isPendingApproval()
public OAuthClient setPendingApproval(boolean pendingApproval)
public boolean isRequiresSecret()
public OAuthClient setRequiresSecret(boolean requiresSecret)
public boolean isAllowProvidedCode()
public OAuthClient setAllowProvidedCode(boolean allProvidedCode)
Copyright © 2016. All rights reserved.