public class HTTPContainerAuthenticator extends Object implements Authenticator
| Constructor and Description |
|---|
HTTPContainerAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String authorizedName,
String cred)
This function is called from the Security API's GetAuthToken().
|
UddiEntityPublisher |
identify(String authInfoNotused,
String authorizedNameNotused,
WebServiceContext ctx) |
public String authenticate(String authorizedName, String cred) throws AuthenticationException, FatalErrorException
Authenticatorauthenticate in interface AuthenticatorauthorizedName - - userId of the user making the registry requestcred - - some authentical creditial (i.e. a password) which can be used to
authenticate the user.AuthenticationExceptionFatalErrorExceptionpublic UddiEntityPublisher identify(String authInfoNotused, String authorizedNameNotused, WebServiceContext ctx) throws AuthenticationException, FatalErrorException
identify in interface AuthenticatorAuthenticationExceptionFatalErrorExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.