Uses of Interface
org.mule.sdk.api.security.Authentication
Packages that use Authentication
-
Uses of Authentication in org.mule.sdk.api.security
Methods in org.mule.sdk.api.security that return AuthenticationModifier and TypeMethodDescriptionAuthenticationHandler.createAuthentication(Credentials credentials) Authentication.setProperties(Map<String, Object> properties) Makes a copy of thisAuthenticationwith the passed properties set.Methods in org.mule.sdk.api.security that return types with arguments of type AuthenticationMethods in org.mule.sdk.api.security with parameters of type AuthenticationModifier and TypeMethodDescriptionvoidAuthenticationHandler.setAuthentication(List<String> securityProviders, Authentication authentication) Updates the current context with the givenAuthenticationinformation.voidAuthenticationHandler.setAuthentication(Authentication authentication) Updates the current context with the givenAuthenticationinformation.