Uses of Interface
org.apache.unomi.rest.authentication.RestAuthenticationConfig
- 
Packages that use RestAuthenticationConfig Package Description org.apache.unomi.rest.authentication org.apache.unomi.rest.authentication.impl org.apache.unomi.rest.server  - 
- 
Uses of RestAuthenticationConfig in org.apache.unomi.rest.authentication
Constructors in org.apache.unomi.rest.authentication with parameters of type RestAuthenticationConfig Constructor Description AuthenticationFilter(RestAuthenticationConfig restAuthenticationConfig)AuthorizingInterceptor(RestAuthenticationConfig restAuthenticationConfig) - 
Uses of RestAuthenticationConfig in org.apache.unomi.rest.authentication.impl
Classes in org.apache.unomi.rest.authentication.impl that implement RestAuthenticationConfig Modifier and Type Class Description classDefaultRestAuthenticationConfigDefault implementation for the unomi authentication on Rest endpoints - 
Uses of RestAuthenticationConfig in org.apache.unomi.rest.server
Methods in org.apache.unomi.rest.server with parameters of type RestAuthenticationConfig Modifier and Type Method Description voidRestServer. setRestAuthenticationConfig(RestAuthenticationConfig restAuthenticationConfig) 
 -