Uses of Class
org.apache.syncope.sra.security.pac4j.ServerWebExchangeContext
-
Packages that use ServerWebExchangeContext Package Description org.apache.syncope.sra.security.pac4j -
-
Uses of ServerWebExchangeContext in org.apache.syncope.sra.security.pac4j
Methods in org.apache.syncope.sra.security.pac4j that return ServerWebExchangeContext Modifier and Type Method Description ServerWebExchangeContext
ServerWebExchangeContext. setBody(String body)
ServerWebExchangeContext
ServerWebExchangeContext. setForm(MultiValueMap<String,String> form)
Methods in org.apache.syncope.sra.security.pac4j with parameters of type ServerWebExchangeContext Modifier and Type Method Description static reactor.core.publisher.Mono<Void>
RedirectionActionUtils. handle(org.pac4j.core.exception.http.RedirectionAction action, ServerWebExchangeContext swec)
-