|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityException | |
|---|---|
| org.mule.api.security | Security API for authentication and authorisation. |
| org.mule.context.notification | Internal server notification types fired via the MuleManager. |
| org.mule.example.notifications | |
| org.mule.module.acegi | |
| org.mule.module.acegi.filters.http | |
| org.mule.module.cxf.security | |
| org.mule.module.jaas | |
| org.mule.module.jaas.filters | |
| org.mule.module.pgp | |
| org.mule.module.spring.security | |
| org.mule.module.spring.security.filters.http | |
| org.mule.security | Core security implementation including the mule security manager and encryption types |
| org.mule.security.filters | Core sercurity filter types. |
| org.mule.tck.security | |
| Uses of SecurityException in org.mule.api.security |
|---|
| Subclasses of SecurityException in org.mule.api.security | |
|---|---|
class |
CredentialsNotSetException
CredentialsNotSetException is thrown when user credentials cannot
be obtained from the current message |
class |
EncryptionNotSupportedException
EncryptionNotSupportedException is thrown if an algorithm is set in
the MULE_USER header but it doesn't match the algorithm set on the security filter |
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a
authentication scheme is being used on the message that the Security filter does
not understand |
| Methods in org.mule.api.security that throw SecurityException | |
|---|---|
Authentication |
SecurityProvider.authenticate(Authentication authentication)
|
Authentication |
SecurityManager.authenticate(Authentication authentication)
|
void |
EndpointSecurityFilter.authenticate(MuleEvent event)
|
| Uses of SecurityException in org.mule.context.notification |
|---|
| Constructors in org.mule.context.notification with parameters of type SecurityException | |
|---|---|
SecurityNotification(SecurityException message,
int action)
|
|
| Uses of SecurityException in org.mule.example.notifications |
|---|
| Methods in org.mule.example.notifications that throw SecurityException | |
|---|---|
protected void |
DummySecurityFilter.authenticateInbound(MuleEvent event)
|
protected void |
DummySecurityFilter.authenticateOutbound(MuleEvent event)
|
| Uses of SecurityException in org.mule.module.acegi |
|---|
| Methods in org.mule.module.acegi that throw SecurityException | |
|---|---|
Authentication |
AcegiProviderAdapter.authenticate(Authentication authentication)
|
| Uses of SecurityException in org.mule.module.acegi.filters.http |
|---|
| Methods in org.mule.module.acegi.filters.http that throw SecurityException | |
|---|---|
void |
HttpBasicAuthenticationFilter.authenticateInbound(MuleEvent event)
Authenticates the current message if authenticate is set to true. |
void |
HttpBasicAuthenticationFilter.authenticateOutbound(MuleEvent event)
Authenticates the current message if authenticate is set to true. |
| Uses of SecurityException in org.mule.module.cxf.security |
|---|
| Subclasses of SecurityException in org.mule.module.cxf.security | |
|---|---|
class |
WebServiceSecurityException
|
| Uses of SecurityException in org.mule.module.jaas |
|---|
| Methods in org.mule.module.jaas that throw SecurityException | |
|---|---|
Authentication |
JaasSimpleAuthenticationProvider.authenticate(Authentication authentication)
The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect. |
| Uses of SecurityException in org.mule.module.jaas.filters |
|---|
| Methods in org.mule.module.jaas.filters that throw SecurityException | |
|---|---|
protected void |
JaasSecurityFilter.authenticateInbound(MuleEvent event)
|
protected void |
JaasSecurityFilter.authenticateOutbound(MuleEvent event)
|
| Uses of SecurityException in org.mule.module.pgp |
|---|
| Methods in org.mule.module.pgp that throw SecurityException | |
|---|---|
Authentication |
PGPSecurityProvider.authenticate(Authentication authentication)
|
| Uses of SecurityException in org.mule.module.spring.security |
|---|
| Methods in org.mule.module.spring.security that throw SecurityException | |
|---|---|
Authentication |
SpringProviderAdapter.authenticate(Authentication authentication)
|
| Uses of SecurityException in org.mule.module.spring.security.filters.http |
|---|
| Methods in org.mule.module.spring.security.filters.http that throw SecurityException | |
|---|---|
void |
HttpBasicAuthenticationFilter.authenticateInbound(MuleEvent event)
Authenticates the current message if authenticate is set to true. |
void |
HttpBasicAuthenticationFilter.authenticateOutbound(MuleEvent event)
Authenticates the current message if authenticate is set to true. |
| Uses of SecurityException in org.mule.security |
|---|
| Methods in org.mule.security that throw SecurityException | |
|---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication)
|
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
|
| Uses of SecurityException in org.mule.security.filters |
|---|
| Methods in org.mule.security.filters that throw SecurityException | |
|---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateInbound(MuleEvent event)
|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
|
| Uses of SecurityException in org.mule.tck.security |
|---|
| Methods in org.mule.tck.security that throw SecurityException | |
|---|---|
Authentication |
TestMultiuserSecurityProvider.authenticate(Authentication authentication)
|
Authentication |
TestSingleUserSecurityProvider.authenticate(Authentication authenticationRequest)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||