Package | Description |
---|---|
org.apache.juddi.v3.auth |
jUDDI User Authentication
|
Modifier and Type | Class and Description |
---|---|
class |
CryptedXMLDocAuthenticator |
class |
HTTPContainerAuthenticator
This authenticator trust's what's provided by the container, such as HTTP
BASIC, DIGEST, or CLIENT CERT
|
class |
HTTPHeaderAuthenticator
Authenticates via a trusted web proxy via an HTTP HEADER.
|
class |
JUDDIAuthenticator
This is the default implementation of jUDDI's Authenticator interface.
|
class |
LdapExpandedAuthenticator
This is an expanded implementation of jUDDI's Authenticator interface, that uses the
LDAP with string formatting to enable users to sign in as a common name instead of the full
distinguished name.
|
class |
LdapSimpleAuthenticator
This is a implementation of jUDDI's Authenticator interface, that uses the
LDAP.
|
class |
MD5XMLDocAuthenticator
Uses MD5 hashes for passwords
|
class |
XMLDocAuthenticator
This is a simple implementation of jUDDI's Authenticator interface.
|
Modifier and Type | Method and Description |
---|---|
static Authenticator |
AuthenticatorFactory.getAuthenticator()
Returns a new instance of a AuthenticatorFactory.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.