|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOSecurityException | |
org.mule.extras.acegi | |
org.mule.extras.acegi.filters.http | |
org.mule.impl.security | |
org.mule.impl.security.filters | |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.umo.security |
Uses of UMOSecurityException in org.mule.extras.acegi |
Methods in org.mule.extras.acegi that throw UMOSecurityException | |
UMOAuthentication |
AcegiProviderAdapter.authenticate(UMOAuthentication authentication)
|
Uses of UMOSecurityException in org.mule.extras.acegi.filters.http |
Methods in org.mule.extras.acegi.filters.http that throw UMOSecurityException | |
void |
HttpBasicAuthenticationFilter.authenticateInbound(UMOEvent event)
Authenticates the current message if authenticate is set to true. |
void |
HttpBasicAuthenticationFilter.authenticateOutbound(UMOEvent event)
Authenticates the current message if authenticate is set to true. |
Uses of UMOSecurityException in org.mule.impl.security |
Methods in org.mule.impl.security that throw UMOSecurityException | |
UMOAuthentication |
MuleSecurityManager.authenticate(UMOAuthentication authentication)
|
void |
AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
|
Uses of UMOSecurityException in org.mule.impl.security.filters |
Methods in org.mule.impl.security.filters that throw UMOSecurityException | |
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateInbound(UMOEvent event)
|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
|
Uses of UMOSecurityException in org.mule.providers |
Methods in org.mule.providers with parameters of type UMOSecurityException | |
protected UMOMessage |
AbstractMessageReceiver.handleSecurtyException(UMOSecurityException e,
UMOEvent event)
|
Uses of UMOSecurityException in org.mule.providers.http |
Methods in org.mule.providers.http with parameters of type UMOSecurityException | |
protected UMOMessage |
HttpMessageReceiver.handleSecurtyException(UMOSecurityException e,
UMOEvent event)
|
Uses of UMOSecurityException in org.mule.umo.security |
Subclasses of UMOSecurityException in org.mule.umo.security | |
class |
CredentialsNotSetException
CredentialsNotSetException is thrown when user credentials
cannot be obtained from the current message |
class |
CryptoFailureException
CryptoFailureException is a generic exception thrown by
an CryptoStrategy if encryption or decryption fails. |
class |
EncryptionNotSupportedException
EncryptionNotSupportedException is thrown if an algorithm is
set in the MULE_USER header but it doesn't match the algorithm set on
the security filter |
class |
SecurityProviderNotFoundException
SecurityProviderNotFoundException is thrown by the UMOSecurityManager
when an authentication request is made but no suitable security provider can be
found to process the authentication |
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails |
class |
UnknownAuthenticationTypeException
UnknownAuthenticationTypeException is thrown if a security
context request is make with an unrecognised UMOAuthentication type. |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme
is being used on the message that the Security filter does not understand |
Methods in org.mule.umo.security that throw UMOSecurityException | |
UMOAuthentication |
UMOSecurityProvider.authenticate(UMOAuthentication authentication)
|
UMOAuthentication |
UMOSecurityManager.authenticate(UMOAuthentication authentication)
|
void |
UMOEndpointSecurityFilter.authenticate(UMOEvent event)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |