|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityProviderNotFoundException | |
---|---|
org.mule.extras.acegi.filters.http | |
org.mule.extras.jaas.filters | |
org.mule.extras.wssecurity.filters | |
org.mule.impl.security | Core security implementation including the mule security manager and encryption types |
org.mule.impl.security.filters | Core sercurity filter types. |
org.mule.umo.security | Security API for authentication and authorisation. |
Uses of SecurityProviderNotFoundException in org.mule.extras.acegi.filters.http |
---|
Methods in org.mule.extras.acegi.filters.http that throw SecurityProviderNotFoundException | |
---|---|
void |
HttpBasicAuthenticationFilter.authenticateInbound(UMOEvent event)
Authenticates the current message if authenticate is set to true. |
void |
HttpBasicAuthenticationFilter.authenticateOutbound(UMOEvent event)
Authenticates the current message if authenticate is set to true. |
Uses of SecurityProviderNotFoundException in org.mule.extras.jaas.filters |
---|
Methods in org.mule.extras.jaas.filters that throw SecurityProviderNotFoundException | |
---|---|
protected void |
JaasSecurityFilter.authenticateOutbound(UMOEvent event)
|
Uses of SecurityProviderNotFoundException in org.mule.extras.wssecurity.filters |
---|
Methods in org.mule.extras.wssecurity.filters that throw SecurityProviderNotFoundException | |
---|---|
protected void |
WsSecurityFilter.authenticateInbound(UMOEvent event)
This method's use is two-fold. |
protected void |
WsSecurityFilter.authenticateOutbound(UMOEvent event)
This method secures the outgouing message by setting the required security handlers. |
Uses of SecurityProviderNotFoundException in org.mule.impl.security |
---|
Methods in org.mule.impl.security that throw SecurityProviderNotFoundException | |
---|---|
UMOAuthentication |
MuleSecurityManager.authenticate(UMOAuthentication authentication)
|
void |
AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
|
Uses of SecurityProviderNotFoundException in org.mule.impl.security.filters |
---|
Methods in org.mule.impl.security.filters that throw SecurityProviderNotFoundException | |
---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
|
Uses of SecurityProviderNotFoundException in org.mule.umo.security |
---|
Methods in org.mule.umo.security that throw SecurityProviderNotFoundException | |
---|---|
UMOAuthentication |
UMOSecurityManager.authenticate(UMOAuthentication authentication)
|
void |
UMOEndpointSecurityFilter.authenticate(UMOEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |