类的使用
com.flyfish.oauth.configuration.OAuth2SsoProperties
使用OAuth2SsoProperties的程序包
程序包
说明
-
com.flyfish.oauth.client中OAuth2SsoProperties的使用
修饰符和类型方法说明voidDefaultOAuth2SsoClient.setProperties(OAuth2SsoProperties properties) voidOAuth2SsoClient.setProperties(OAuth2SsoProperties properties) 配置相关客户端属性 -
com.flyfish.oauth.common中OAuth2SsoProperties的使用
-
com.flyfish.oauth.entry中OAuth2SsoProperties的使用
修饰符和类型方法说明AuthenticationEntryPoint.getProperties()获取配置,可能外部需要CodeAuthenticationEntryPoint.getProperties()已过时。ScribeAuthenticationEntryPoint.getProperties()修饰符和类型方法说明voidAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) 初始化配置(自定义配置)voidCodeAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) 已过时。voidScribeAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) -
com.flyfish.oauth.entry.scribe中OAuth2SsoProperties的使用
-
com.flyfish.oauth.utils中OAuth2SsoProperties的使用
修饰符和类型方法说明static StringSecurityUtils.decrypt(String encrypted, OAuth2SsoProperties properties) 解密,尝试static StringSecurityUtils.encrypt(OAuth2SsoProperties properties) 基于属性信息对字符串进行加密