Uses of Interface
org.aoju.bus.oauth.Complex
Packages that use Complex
-
Uses of Complex in org.aoju.bus.oauth
Classes in org.aoju.bus.oauth that implement Complex -
Uses of Complex in org.aoju.bus.oauth.provider
Fields in org.aoju.bus.oauth.provider declared as ComplexMethods in org.aoju.bus.oauth.provider with parameters of type ComplexModifier and TypeMethodDescriptionstatic void校验回调传回的codev1.10.0版本中改为传入source和callback,对于不同平台使用不同参数接受code的情况统一做处理static voidAbstractProvider.checkContext(Context context, Complex complex) 检查配置合法性 针对部分平台, 对redirect uri有特定要求 一般来说redirect uri都是http://,而对于facebook平台, redirect uri 必须是https的链接static voidAbstractProvider.checkState(String state, Complex complex, org.aoju.bus.cache.metric.ExtendCache oauthCache) 校验回调传回的state,为空或者不存在state不存在的情况只有两种: 1.static boolean是否支持第三方登录Constructors in org.aoju.bus.oauth.provider with parameters of type ComplexModifierConstructorDescriptionAbstractProvider(Context context, Complex source) AbstractProvider(Context context, Complex source, org.aoju.bus.cache.metric.ExtendCache extendCache)