|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.auth.AuthenticatorFactory
Implementation of Factory pattern used to create an implementation of the org.apache.juddi.auth.Authenticator interface. The name of the Authenticator implementation to create is passed to the getAuthenticator method. If a null value is passed then the default Authenticator implementation "org.apache.juddi.auth.SimpleAuthenticator" is created.
Constructor Summary | |
AuthenticatorFactory()
|
Method Summary | |
static Authenticator |
getAuthenticator()
Returns a new instance of a AuthenticatorFactory. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthenticatorFactory()
Method Detail |
public static Authenticator getAuthenticator()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |