Class SoapWssSecurityProvider
java.lang.Object
org.mule.runtime.api.component.AbstractComponent
org.mule.runtime.core.api.security.AbstractSecurityProvider
com.mulesoft.modules.wss.internal.security.SoapWssSecurityProvider
- All Implemented Interfaces:
org.mule.runtime.api.component.Component,org.mule.runtime.api.lifecycle.Initialisable,org.mule.runtime.api.meta.NameableObject,org.mule.runtime.api.meta.NamedObject,org.mule.runtime.core.api.security.SecurityProvider
public class SoapWssSecurityProvider
extends org.mule.runtime.core.api.security.AbstractSecurityProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.runtime.api.component.Component
org.mule.runtime.api.component.Component.Annotations -
Field Summary
FieldsFields inherited from class org.mule.runtime.api.component.AbstractComponent
ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEYFields inherited from interface org.mule.runtime.api.component.Component
ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATAFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.api.security.Authenticationauthenticate(org.mule.runtime.api.security.Authentication authentication) booleanMethods inherited from class org.mule.runtime.core.api.security.AbstractSecurityProvider
createSecurityContext, doInitialise, getName, getSecurityContextFactory, initialise, setName, setSecurityContextFactoryMethods inherited from class org.mule.runtime.api.component.AbstractComponent
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotations
-
Field Details
-
ID
-
-
Constructor Details
-
SoapWssSecurityProvider
public SoapWssSecurityProvider()
-
-
Method Details
-
authenticate
public org.mule.runtime.api.security.Authentication authenticate(org.mule.runtime.api.security.Authentication authentication) -
supports
- Specified by:
supportsin interfaceorg.mule.runtime.core.api.security.SecurityProvider- Overrides:
supportsin classorg.mule.runtime.core.api.security.AbstractSecurityProvider
-