Uses of Class
adams.flow.rest.dex.authentication.AbstractAuthentication
-
Packages that use AbstractAuthentication Package Description adams.flow.rest.dex adams.flow.rest.dex.authentication -
-
Uses of AbstractAuthentication in adams.flow.rest.dex
Fields in adams.flow.rest.dex declared as AbstractAuthentication Modifier and Type Field Description protected AbstractAuthentication
DataExchange. m_Authentication
the authentication scheme.protected AbstractAuthentication
DataExchangeServer. m_Authentication
the authentication scheme.Methods in adams.flow.rest.dex that return AbstractAuthentication Modifier and Type Method Description AbstractAuthentication
DataExchange. getAuthentication()
Returns the authentication scheme.AbstractAuthentication
DataExchangeServer. getAuthentication()
Returns the authentication scheme.Methods in adams.flow.rest.dex with parameters of type AbstractAuthentication Modifier and Type Method Description void
DataExchange. setAuthentication(AbstractAuthentication value)
Sets the authentication scheme.void
DataExchangeServer. setAuthentication(AbstractAuthentication value)
Sets the authentication scheme. -
Uses of AbstractAuthentication in adams.flow.rest.dex.authentication
Subclasses of AbstractAuthentication in adams.flow.rest.dex.authentication Modifier and Type Class Description class
BasicAuthentication
Matches the user/password in the parameters against the provided ones.class
NoAuthenticationRequired
Allows all requests.
-