Uses of Interface
org.codice.ddf.cxf.oauth.OAuthSecurity
Packages that use OAuthSecurity
-
Uses of OAuthSecurity in org.codice.ddf.cxf.client.impl
Methods in org.codice.ddf.cxf.client.impl with parameters of type OAuthSecurityModifier and TypeMethodDescriptionvoidClientBuilderFactoryImpl.setOauthSecurity(OAuthSecurity oauthSecurity) Constructors in org.codice.ddf.cxf.client.impl with parameters of type OAuthSecurityModifierConstructorDescriptionClientBuilderImpl(OAuthSecurity oauthSecurity, org.codice.ddf.security.jaxrs.SamlSecurity samlSecurity, ddf.security.audit.SecurityLogger securityLogger, ddf.security.service.SecurityManager securityManager) SecureCxfClientFactoryImpl(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, boolean useOauth, boolean useSamlEcp, boolean useSubjectRetrievalInterceptor, org.codice.ddf.configuration.PropertyResolver propertyResolver, Integer connectionTimeout, Integer receiveTimeout, String sourceId, URI discoveryUrl, String clientId, String clientSecret, String oauthFlow, String username, String password, ClientKeyInfo keyInfo, String sslProtocol, Map<String, String> additionalOauthParameters, OAuthSecurity oauthSecurity, org.codice.ddf.security.jaxrs.SamlSecurity samlSecurity, ddf.security.audit.SecurityLogger securityLogger, ddf.security.service.SecurityManager securityManager) Constructs a factory that will return security-aware cxf clients. -
Uses of OAuthSecurity in org.codice.ddf.cxf.oauth
Classes in org.codice.ddf.cxf.oauth that implement OAuthSecurity