public class LogAuthenticationListener extends Object implements AuthenticationListener
| Constructor and Description |
|---|
LogAuthenticationListener()
Creates a new instance of LogAuthenticationListener
|
| Modifier and Type | Method and Description |
|---|---|
void |
authFailure(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user authentication attempt has failed.
|
void |
authSucess(BundleDescriptor bundleDesc,
Endpoint endpoint,
Principal principal)
notification that a user properly authenticated while making
a web service invocation.
|
public LogAuthenticationListener()
public void authSucess(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)
authSucess in interface AuthenticationListenerpublic void authFailure(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)
authFailure in interface AuthenticationListenerendpoint - the endpoint selectorprincipal - Optional principal that failedCopyright © 2019. All rights reserved.