public class WASAuthenticationMethod extends Object implements AuthenticationMethod
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_URN
URN of the authentication method.
|
| Constructor and Description |
|---|
WASAuthenticationMethod(String credentials)
Creates a new WASAuthenticationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Element |
asDOM4jElement()
XML representation of the authentication method as DOM4j Element.
|
org.apache.commons.httpclient.NameValuePair[] |
asNameValue()
Returns the specific POST payload for WAS authentication to an WSS.
|
String |
asText()
Textual representation of the authentication method.
|
String |
toString()
DOCUMENT ME!
|
public static final String METHOD_URN
public WASAuthenticationMethod(String credentials)
credentials - - A Base64 encoded SAMLResponse elementpublic org.apache.commons.httpclient.NameValuePair[] asNameValue()
asNameValue in interface AuthenticationMethodAuthenticationMethod.asNameValue()public String asText()
AuthenticationMethodasText in interface AuthenticationMethodAuthenticationMethod.asText()public org.dom4j.Element asDOM4jElement()
AuthenticationMethodasDOM4jElement in interface AuthenticationMethodAuthenticationMethod.asDOM4jElement()Copyright © 2012–2025 cismet GmbH. All rights reserved.