Class ProviderAuth9Handler
-
- All Implemented Interfaces:
-
org.apache.servicecomb.core.filter.Filter,org.apache.servicecomb.core.filter.ProviderFilter,org.springframework.beans.factory.Aware,org.springframework.context.EnvironmentAware,org.springframework.core.Ordered
public class ProviderAuth9Handler extends ProviderAuthFilter- Since:
2022-08-07
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public StringnameWithOrderpublic final static intPROVIDER_SCHEDULE_FILTER_ORDERpublic final static intCONSUMER_LOAD_BALANCE_ORDERpublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description ProviderAuth9Handler()
-
Method Summary
Modifier and Type Method Description CompletableFuture<Response>onFilter(Invocation invocation, FilterNode nextNode)-
Methods inherited from class org.apache.servicecomb.core.filter.AbstractFilter
enabledForMicroservice, getNameWithOrder, setEnvironment -
Methods inherited from class org.apache.servicecomb.authentication.provider.ProviderAuthFilter
getName, getOrder, setProviderTokenManager -
Methods inherited from class org.apache.servicecomb.core.filter.Filter
enabledForTransport -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onFilter
CompletableFuture<Response> onFilter(Invocation invocation, FilterNode nextNode)
-
-
-
-