@Deprecated public abstract class AbstractOperationSecurityFilter extends AbstractAuthenticationFilter
AbstractEndpointSecurityFilter provides basic initialisation for all security filters, namely configuring the
SecurityManager for this instancelogger, muleContext, securityManager| Constructor and Description |
|---|
AbstractOperationSecurityFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
authenticate(Event event)
Deprecated.
|
protected abstract Event |
authenticateInbound(Event event)
Deprecated.
|
Event |
doFilter(Event event)
Deprecated.
|
getCredentialsAccessor, isAuthenticate, setAuthenticate, setCredentialsAccessordoInitialise, getSecurityManager, getSecurityProviders, initialise, setMuleContext, setSecurityManager, setSecurityProvidersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSecurityManager, getSecurityProviders, setSecurityManager, setSecurityProviderspublic AbstractOperationSecurityFilter()
public Event doFilter(Event event) throws org.mule.runtime.api.security.SecurityException, org.mule.runtime.api.security.UnknownAuthenticationTypeException, CryptoFailureException, org.mule.runtime.api.security.SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, org.mule.runtime.api.lifecycle.InitialisationException
doFilter in interface SecurityFilterdoFilter in class AbstractAuthenticationFilterorg.mule.runtime.api.security.SecurityExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCryptoFailureExceptionorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionEncryptionStrategyNotFoundExceptionorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic Event authenticate(Event event) throws org.mule.runtime.api.security.SecurityException, org.mule.runtime.api.security.UnknownAuthenticationTypeException, CryptoFailureException, org.mule.runtime.api.security.SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, org.mule.runtime.api.lifecycle.InitialisationException
authenticate in interface AuthenticationFilterauthenticate in class AbstractAuthenticationFilterorg.mule.runtime.api.security.SecurityExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCryptoFailureExceptionorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionEncryptionStrategyNotFoundExceptionorg.mule.runtime.api.lifecycle.InitialisationExceptionprotected abstract Event authenticateInbound(Event event) throws org.mule.runtime.api.security.SecurityException, CryptoFailureException, org.mule.runtime.api.security.SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, org.mule.runtime.api.security.UnknownAuthenticationTypeException
org.mule.runtime.api.security.SecurityExceptionCryptoFailureExceptionorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionEncryptionStrategyNotFoundExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.