跳过导航链接
A C G N O R S T 

A

AuthorizationCodeDao - org.hswebframework.web.dao.oauth2.server中的接口
 
AuthorizationCodeEntity - org.hswebframework.web.entity.oauth2.server中的接口
授权码

C

CodeGenerator - org.hswebframework.web.service.oauth2.server.simple中的接口
TODO 完成注释
consumeAuthorizationCode(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAuthorizationCodeService
 
createAuthorizationCode(AuthorizationCodeRequest) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAuthorizationCodeService
 
createToken() - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 

G

generate() - 接口 中的方法org.hswebframework.web.service.oauth2.server.simple.CodeGenerator
 
generate() - 接口 中的方法org.hswebframework.web.service.oauth2.server.simple.TokenGenerator
 
getAll() - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 
getClientById(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 
getClientByOwnerId(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 
getClientId() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getCode() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getCreateTime() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getDefaultGrantScope() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getDescribe() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getId() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getName() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getOwnerId() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getRedirectUri() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getRedirectUri() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getScope() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getSecret() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getSupportGrantTypes() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getTokenByAccessToken(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
getTokenByRefreshToken(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
getType() - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
getUserId() - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
getUserIdByUsernameAndPassword(String, String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimplePasswordService
 

N

newClient() - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 

O

OAuth2AccessDao - org.hswebframework.web.dao.oauth2.server中的接口
 
OAuth2AccessEntity - org.hswebframework.web.entity.oauth2.server中的接口
 
OAuth2ClientDao - org.hswebframework.web.dao.oauth2.server中的接口
 
OAuth2ClientEntity - org.hswebframework.web.entity.oauth2.server中的接口
 
org.hswebframework.web.dao.oauth2.server - 程序包 org.hswebframework.web.dao.oauth2.server
 
org.hswebframework.web.entity.oauth2.server - 程序包 org.hswebframework.web.entity.oauth2.server
 
org.hswebframework.web.service.oauth2.server.simple - 程序包 org.hswebframework.web.service.oauth2.server.simple
 

R

remove(String) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 

S

save(OAuth2Client) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 
saveOrUpdateToken(OAuth2AccessToken) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
setClientId(String) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
setCode(String) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
setCodeGenerator(CodeGenerator) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAuthorizationCodeService
 
setCreateTime(Long) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
setDefaultGrantScope(Set<String>) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setDescribe(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setName(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setOwnerId(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setRedirectUri(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setRedirectUri(String) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
setScope(Set<String>) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
setSecret(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setStatus(Byte) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setSupportGrantTypes(Set<String>) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setTokenGenerator(TokenGenerator) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
setType(String) - 接口 中的方法org.hswebframework.web.entity.oauth2.server.OAuth2ClientEntity
 
setUserId(String) - 类 中的方法org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
SimpleAccessTokenService - org.hswebframework.web.service.oauth2.server.simple中的类
 
SimpleAccessTokenService(OAuth2AccessDao, EntityFactory) - 类 的构造器org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
SimpleAuthorizationCodeEntity - org.hswebframework.web.entity.oauth2.server中的类
 
SimpleAuthorizationCodeEntity() - 类 的构造器org.hswebframework.web.entity.oauth2.server.SimpleAuthorizationCodeEntity
 
SimpleAuthorizationCodeService - org.hswebframework.web.service.oauth2.server.simple中的类
TODO 完成注释
SimpleAuthorizationCodeService(AuthorizationCodeDao, EntityFactory) - 类 的构造器org.hswebframework.web.service.oauth2.server.simple.SimpleAuthorizationCodeService
 
SimpleClientConfigRepository - org.hswebframework.web.service.oauth2.server.simple中的类
 
SimpleClientConfigRepository(OAuth2ClientDao) - 类 的构造器org.hswebframework.web.service.oauth2.server.simple.SimpleClientConfigRepository
 
SimpleOAuth2AccessEntity - org.hswebframework.web.entity.oauth2.server中的类
 
SimpleOAuth2AccessEntity() - 类 的构造器org.hswebframework.web.entity.oauth2.server.SimpleOAuth2AccessEntity
 
SimpleOAuth2ClientEntity - org.hswebframework.web.entity.oauth2.server中的类
 
SimpleOAuth2ClientEntity() - 类 的构造器org.hswebframework.web.entity.oauth2.server.SimpleOAuth2ClientEntity
 
SimplePasswordService - org.hswebframework.web.service.oauth2.server.simple中的类
 
SimplePasswordService(AuthenticationManager) - 类 的构造器org.hswebframework.web.service.oauth2.server.simple.SimplePasswordService
 

T

TokenGenerator - org.hswebframework.web.service.oauth2.server.simple中的接口
TODO 完成注释
tryGetOldToken(OAuth2AccessToken) - 类 中的方法org.hswebframework.web.service.oauth2.server.simple.SimpleAccessTokenService
 
A C G N O R S T 
跳过导航链接

Copyright © 2019. All rights reserved.