public class AuthenticatorBuilder extends AbstractWSTrustObjectBuilder<Authenticator>
| Constructor and Description |
|---|
AuthenticatorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
buildObject()
Builds a WS-Trust object of the given type.
|
Authenticator |
buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildObject, buildObject, buildObject, buildObjectpublic Authenticator buildObject()
buildObject in interface WSTrustObjectBuilder<Authenticator>buildObject in class AbstractWSTrustObjectBuilder<Authenticator>public Authenticator buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject in interface XMLObjectBuilder<Authenticator>buildObject in class AbstractXMLObjectBuilder<Authenticator>namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObjectCopyright © 2021. All rights reserved.