| Package | Description |
|---|---|
| org.mule.sdk.api.security |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationHandler.createAuthentication(Credentials credentials) |
Authentication |
Authentication.setProperties(Map<String,Object> properties)
Makes a copy of this
Authentication with the passed properties set. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Authentication> |
AuthenticationHandler.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationHandler.setAuthentication(Authentication authentication)
Updates the current context with the given
Authentication information. |
void |
AuthenticationHandler.setAuthentication(List<String> securityProviders,
Authentication authentication)
Updates the current context with the given
Authentication information. |
Copyright © 2021. All rights reserved.