| Package | Description |
|---|---|
| org.mule.runtime.api.notification | |
| org.mule.runtime.api.security |
| Constructor and Description |
|---|
SecurityNotification(SecurityException message,
int action) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSecurityException
Base exception for all security exceptions related to security failures calling external endpoint.
|
class |
NotPermittedException
NotPermittedException is thrown if the user isn't authorized to perform an action. |
class |
ServerSecurityException
Base exception for all security exceptions related to security enforced within the mule runtime.
|
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails. |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the
Security filter does not understand. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.