JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.cumulocity.microservice.security.filter.provider
Interface PreAuthorizationContextProvider<T>
All Known Implementing Classes:
HttpContextProvider
public interface
PreAuthorizationContextProvider<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Credentials
get
(
T
input)
boolean
supports
(
T
credentialSource)
Method Details
supports
boolean
supports
(
T
credentialSource)
get
Credentials
get
(
T
input)