类 OAuth2UserConsent
java.lang.Object
cn.bbwres.biscuit.security.oauth2.service.redis.pojo.OAuth2UserConsent
- 所有已实现的接口:
Serializable
@RedisHash("oauth2_authorization_consent")
public class OAuth2UserConsent
extends Object
implements Serializable
The following listing shows the OAuth2UserConsent entity,
which is used to persist information mapped from the OAuth2AuthorizationConsent domain class.
- 作者:
- zhanglinfeng
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
OAuth2UserConsent
public OAuth2UserConsent()
-