public interface OAuth2ClientEntity extends org.hswebframework.web.commons.entity.GenericEntity<String>, OAuth2Client, org.hswebframework.web.commons.entity.RecordCreationEntity
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
getDefaultGrantScope() |
String |
getDescribe() |
String |
getId() |
String |
getName() |
String |
getOwnerId() |
String |
getRedirectUri() |
String |
getSecret() |
Set<String> |
getSupportGrantTypes() |
String |
getType() |
void |
setDefaultGrantScope(Set<String> defaultGrantScope) |
void |
setDescribe(String describe) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setRedirectUri(String redirectUri) |
void |
setSecret(String secret) |
void |
setStatus(Byte status) |
void |
setSupportGrantTypes(Set<String> supportGrantType) |
void |
setType(String type) |
cloneProperties, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringgetCreateTime, getStatus, isSupportGrantTypeString getId()
getId 在接口中 org.hswebframework.web.commons.entity.GenericEntity<String>getId 在接口中 OAuth2ClientString getName()
getName 在接口中 OAuth2Clientvoid setName(String name)
String getSecret()
getSecret 在接口中 OAuth2Clientvoid setSecret(String secret)
String getRedirectUri()
getRedirectUri 在接口中 OAuth2Clientvoid setRedirectUri(String redirectUri)
String getOwnerId()
getOwnerId 在接口中 OAuth2ClientUser.getId()void setOwnerId(String ownerId)
String getDescribe()
void setDescribe(String describe)
String getType()
void setType(String type)
Set<String> getSupportGrantTypes()
getSupportGrantTypes 在接口中 OAuth2ClientSet<String> getDefaultGrantScope()
getDefaultGrantScope 在接口中 OAuth2Clientvoid setStatus(Byte status)
Copyright © 2019. All rights reserved.