Uses of Class
com.flyfish.oauth.configuration.OAuth2SsoProperties
Packages that use OAuth2SsoProperties
Package
Description
-
Uses of OAuth2SsoProperties in com.flyfish.oauth.client
Methods in com.flyfish.oauth.client that return OAuth2SsoPropertiesModifier and TypeMethodDescriptionDefaultOAuth2SsoClient.getProperties()OAuth2SsoClient.getProperties()获取相关客户端属性Methods in com.flyfish.oauth.client with parameters of type OAuth2SsoPropertiesModifier and TypeMethodDescriptionvoidDefaultOAuth2SsoClient.setProperties(OAuth2SsoProperties properties) voidOAuth2SsoClient.setProperties(OAuth2SsoProperties properties) 配置相关客户端属性 -
Uses of OAuth2SsoProperties in com.flyfish.oauth.common
Methods in com.flyfish.oauth.common that return OAuth2SsoPropertiesModifier and TypeMethodDescriptionstatic OAuth2SsoPropertiesOAuthContext.getProperties()获取当前的配置变量 -
Uses of OAuth2SsoProperties in com.flyfish.oauth.entry
Methods in com.flyfish.oauth.entry that return OAuth2SsoPropertiesModifier and TypeMethodDescriptionAuthenticationEntryPoint.getProperties()获取配置,可能外部需要CodeAuthenticationEntryPoint.getProperties()ScribeAuthenticationEntryPoint.getProperties()Methods in com.flyfish.oauth.entry with parameters of type OAuth2SsoPropertiesModifier and TypeMethodDescriptionvoidAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) 初始化配置(自定义配置)voidCodeAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) voidScribeAuthenticationEntryPoint.configure(OAuth2SsoProperties properties) -
Uses of OAuth2SsoProperties in com.flyfish.oauth.entry.scribe
Methods in com.flyfish.oauth.entry.scribe that return OAuth2SsoPropertiesConstructors in com.flyfish.oauth.entry.scribe with parameters of type OAuth2SsoProperties -
Uses of OAuth2SsoProperties in com.flyfish.oauth.utils
Methods in com.flyfish.oauth.utils with parameters of type OAuth2SsoPropertiesModifier and TypeMethodDescriptionstatic StringSecurityUtils.decrypt(String encrypted, OAuth2SsoProperties properties) 解密,尝试static StringSecurityUtils.encrypt(OAuth2SsoProperties properties) 基于属性信息对字符串进行加密