package service
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DbLdapCredentialsChecker extends CredentialsChecker
- class DefaultModule extends BindModule
-
class
OAuth2Config
extends AnyRef
OAuth2Config
OAuth2Config
config oauth2 in project config file.
<oauth2 host="http://sso.lixin.edu.cn"> <clientId>javaSDKexample</clientId> <clientSecret>831ecb0ae1f56b711ab4e944cf0981a3</clientSecret> <callbackURL>http://localhost:8080/example/callback.jsp <authorizeURL>/authorize.php</authorizeURL> <accessTokenURL>/token.php</accessTokenURL> <resourceURL>/resource.php</resourceURL> <logoutURL>/logout.php?access_token=${access_token}&response_type=token&redirect_uri=http://sso.lixin.edu.cn/index.html </oauth2>
Example: - class OAuth2ServiceImpl extends AnyRef