public class CustomSecurityProviderDelegate extends org.mule.runtime.api.component.AbstractComponent implements SecurityProvider, org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
CustomSecurityProviderDelegate(SecurityProvider delegate,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.security.Authentication |
authenticate(org.mule.runtime.api.security.Authentication authentication) |
org.mule.runtime.api.security.SecurityContext |
createSecurityContext(org.mule.runtime.api.security.Authentication auth) |
String |
getName() |
void |
initialise() |
void |
setName(String name) |
boolean |
supports(Class<?> aClass) |
public CustomSecurityProviderDelegate(SecurityProvider delegate, String name)
public String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic void setName(String name)
setName in interface org.mule.runtime.api.meta.NameableObjectpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic org.mule.runtime.api.security.Authentication authenticate(org.mule.runtime.api.security.Authentication authentication)
throws org.mule.runtime.api.security.SecurityException
authenticate in interface SecurityProviderorg.mule.runtime.api.security.SecurityExceptionpublic boolean supports(Class<?> aClass)
supports in interface SecurityProviderpublic org.mule.runtime.api.security.SecurityContext createSecurityContext(org.mule.runtime.api.security.Authentication auth)
throws org.mule.runtime.api.security.UnknownAuthenticationTypeException
createSecurityContext in interface SecurityProviderorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.