| Interface | Description |
|---|---|
| Authentication |
Authentication represents an authentication request and contains authentication information if the request was
successful. |
| Credentials |
Credentials holds credentials information for a user. |
| CredentialsBuilder |
Builder for a
Credentials implementation. |
| Exception | Description |
|---|---|
| ClientSecurityException |
Base exception for all security exceptions related to security failures calling external endpoint.
|
| SecurityException |
SecurityException is a generic security exception |
| SecurityProviderNotFoundException |
SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no
suitable security provider can be found to process the authentication. |
| ServerSecurityException |
Base exception for all security exceptions related to security enforced within the mule runtime.
|
| UnknownAuthenticationTypeException |
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised
Authentication type. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.