public class TokenSecurityProvider
extends org.mule.runtime.core.api.security.AbstractSecurityProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
| Constructor and Description |
|---|
TokenSecurityProvider(String namePrefix,
TokenManager tokenManager) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.security.Authentication |
authenticate(org.mule.runtime.api.security.Authentication authentication) |
boolean |
supports(Class<?> aClass) |
createSecurityContext, doInitialise, getName, getSecurityContextFactory, initialise, setName, setSecurityContextFactorypublic static final String NAME
public TokenSecurityProvider(String namePrefix, TokenManager tokenManager)
public boolean supports(Class<?> aClass)
supports in interface org.mule.runtime.core.api.security.SecurityProvidersupports in class org.mule.runtime.core.api.security.AbstractSecurityProviderpublic org.mule.runtime.api.security.Authentication authenticate(org.mule.runtime.api.security.Authentication authentication)
throws org.mule.runtime.api.security.SecurityException
org.mule.runtime.api.security.SecurityExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.