public class AuthenticationTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements AuthenticationType
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationTypeImpl.AuthorizationModeImpl
An XML authorization-mode(@http://xmlns.kaazing.org/2014/09/gateway).
|
static class |
AuthenticationTypeImpl.HttpChallengeSchemeImpl
An XML http-challenge-scheme(@http://xmlns.kaazing.org/2014/09/gateway).
|
AuthenticationType.AuthorizationMode, AuthenticationType.Factory, AuthenticationType.HttpChallengeScheme_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
AuthenticationTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpCookie(String httpCookie)
Appends the value as the last "http-cookie" element
|
void |
addHttpHeader(String httpHeader)
Appends the value as the last "http-header" element
|
void |
addHttpQueryParameter(String httpQueryParameter)
Appends the value as the last "http-query-parameter" element
|
CollapsedString |
addNewHttpCookie()
Appends and returns a new empty value (as xml) as the last "http-cookie" element
|
CollapsedString |
addNewHttpHeader()
Appends and returns a new empty value (as xml) as the last "http-header" element
|
CollapsedString |
addNewHttpQueryParameter()
Appends and returns a new empty value (as xml) as the last "http-query-parameter" element
|
LoginModulesType |
addNewLoginModules()
Appends and returns a new empty "login-modules" element
|
AuthenticationType.AuthorizationMode.Enum |
getAuthorizationMode()
Gets the "authorization-mode" element
|
AuthenticationType.HttpChallengeScheme.Enum |
getHttpChallengeScheme()
Gets the "http-challenge-scheme" element
|
String[] |
getHttpCookieArray()
Gets array of all "http-cookie" elements
|
String |
getHttpCookieArray(int i)
Gets ith "http-cookie" element
|
String[] |
getHttpHeaderArray()
Gets array of all "http-header" elements
|
String |
getHttpHeaderArray(int i)
Gets ith "http-header" element
|
String[] |
getHttpQueryParameterArray()
Gets array of all "http-query-parameter" elements
|
String |
getHttpQueryParameterArray(int i)
Gets ith "http-query-parameter" element
|
LoginModulesType |
getLoginModules()
Gets the "login-modules" element
|
String |
getSessionTimeout()
Gets the "session-timeout" element
|
void |
insertHttpCookie(int i,
String httpCookie)
Inserts the value as the ith "http-cookie" element
|
void |
insertHttpHeader(int i,
String httpHeader)
Inserts the value as the ith "http-header" element
|
void |
insertHttpQueryParameter(int i,
String httpQueryParameter)
Inserts the value as the ith "http-query-parameter" element
|
CollapsedString |
insertNewHttpCookie(int i)
Inserts and returns a new empty value (as xml) as the ith "http-cookie" element
|
CollapsedString |
insertNewHttpHeader(int i)
Inserts and returns a new empty value (as xml) as the ith "http-header" element
|
CollapsedString |
insertNewHttpQueryParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "http-query-parameter" element
|
boolean |
isSetAuthorizationMode()
True if has "authorization-mode" element
|
boolean |
isSetLoginModules()
True if has "login-modules" element
|
boolean |
isSetSessionTimeout()
True if has "session-timeout" element
|
void |
removeHttpCookie(int i)
Removes the ith "http-cookie" element
|
void |
removeHttpHeader(int i)
Removes the ith "http-header" element
|
void |
removeHttpQueryParameter(int i)
Removes the ith "http-query-parameter" element
|
void |
setAuthorizationMode(AuthenticationType.AuthorizationMode.Enum authorizationMode)
Sets the "authorization-mode" element
|
void |
setHttpChallengeScheme(AuthenticationType.HttpChallengeScheme.Enum httpChallengeScheme)
Sets the "http-challenge-scheme" element
|
void |
setHttpCookieArray(int i,
String httpCookie)
Sets ith "http-cookie" element
|
void |
setHttpCookieArray(String[] httpCookieArray)
Sets array of all "http-cookie" element
|
void |
setHttpHeaderArray(int i,
String httpHeader)
Sets ith "http-header" element
|
void |
setHttpHeaderArray(String[] httpHeaderArray)
Sets array of all "http-header" element
|
void |
setHttpQueryParameterArray(int i,
String httpQueryParameter)
Sets ith "http-query-parameter" element
|
void |
setHttpQueryParameterArray(String[] httpQueryParameterArray)
Sets array of all "http-query-parameter" element
|
void |
setLoginModules(LoginModulesType loginModules)
Sets the "login-modules" element
|
void |
setSessionTimeout(String sessionTimeout)
Sets the "session-timeout" element
|
int |
sizeOfHttpCookieArray()
Returns number of "http-cookie" element
|
int |
sizeOfHttpHeaderArray()
Returns number of "http-header" element
|
int |
sizeOfHttpQueryParameterArray()
Returns number of "http-query-parameter" element
|
void |
unsetAuthorizationMode()
Unsets the "authorization-mode" element
|
void |
unsetLoginModules()
Unsets the "login-modules" element
|
void |
unsetSessionTimeout()
Unsets the "session-timeout" element
|
AuthenticationType.AuthorizationMode |
xgetAuthorizationMode()
Gets (as xml) the "authorization-mode" element
|
AuthenticationType.HttpChallengeScheme |
xgetHttpChallengeScheme()
Gets (as xml) the "http-challenge-scheme" element
|
CollapsedString[] |
xgetHttpCookieArray()
Gets (as xml) array of all "http-cookie" elements
|
CollapsedString |
xgetHttpCookieArray(int i)
Gets (as xml) ith "http-cookie" element
|
CollapsedString[] |
xgetHttpHeaderArray()
Gets (as xml) array of all "http-header" elements
|
CollapsedString |
xgetHttpHeaderArray(int i)
Gets (as xml) ith "http-header" element
|
CollapsedString[] |
xgetHttpQueryParameterArray()
Gets (as xml) array of all "http-query-parameter" elements
|
CollapsedString |
xgetHttpQueryParameterArray(int i)
Gets (as xml) ith "http-query-parameter" element
|
TimeIntervalString |
xgetSessionTimeout()
Gets (as xml) the "session-timeout" element
|
void |
xsetAuthorizationMode(AuthenticationType.AuthorizationMode authorizationMode)
Sets (as xml) the "authorization-mode" element
|
void |
xsetHttpChallengeScheme(AuthenticationType.HttpChallengeScheme httpChallengeScheme)
Sets (as xml) the "http-challenge-scheme" element
|
void |
xsetHttpCookieArray(CollapsedString[] httpCookieArray)
Sets (as xml) array of all "http-cookie" element
|
void |
xsetHttpCookieArray(int i,
CollapsedString httpCookie)
Sets (as xml) ith "http-cookie" element
|
void |
xsetHttpHeaderArray(CollapsedString[] httpHeaderArray)
Sets (as xml) array of all "http-header" element
|
void |
xsetHttpHeaderArray(int i,
CollapsedString httpHeader)
Sets (as xml) ith "http-header" element
|
void |
xsetHttpQueryParameterArray(CollapsedString[] httpQueryParameterArray)
Sets (as xml) array of all "http-query-parameter" element
|
void |
xsetHttpQueryParameterArray(int i,
CollapsedString httpQueryParameter)
Sets (as xml) ith "http-query-parameter" element
|
void |
xsetSessionTimeout(TimeIntervalString sessionTimeout)
Sets (as xml) the "session-timeout" element
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic AuthenticationTypeImpl(org.apache.xmlbeans.SchemaType sType)
public AuthenticationType.HttpChallengeScheme.Enum getHttpChallengeScheme()
getHttpChallengeScheme in interface AuthenticationTypepublic AuthenticationType.HttpChallengeScheme xgetHttpChallengeScheme()
xgetHttpChallengeScheme in interface AuthenticationTypepublic void setHttpChallengeScheme(AuthenticationType.HttpChallengeScheme.Enum httpChallengeScheme)
setHttpChallengeScheme in interface AuthenticationTypepublic void xsetHttpChallengeScheme(AuthenticationType.HttpChallengeScheme httpChallengeScheme)
xsetHttpChallengeScheme in interface AuthenticationTypepublic String[] getHttpHeaderArray()
getHttpHeaderArray in interface AuthenticationTypepublic String getHttpHeaderArray(int i)
getHttpHeaderArray in interface AuthenticationTypepublic CollapsedString[] xgetHttpHeaderArray()
xgetHttpHeaderArray in interface AuthenticationTypepublic CollapsedString xgetHttpHeaderArray(int i)
xgetHttpHeaderArray in interface AuthenticationTypepublic int sizeOfHttpHeaderArray()
sizeOfHttpHeaderArray in interface AuthenticationTypepublic void setHttpHeaderArray(String[] httpHeaderArray)
setHttpHeaderArray in interface AuthenticationTypepublic void setHttpHeaderArray(int i,
String httpHeader)
setHttpHeaderArray in interface AuthenticationTypepublic void xsetHttpHeaderArray(CollapsedString[] httpHeaderArray)
xsetHttpHeaderArray in interface AuthenticationTypepublic void xsetHttpHeaderArray(int i,
CollapsedString httpHeader)
xsetHttpHeaderArray in interface AuthenticationTypepublic void insertHttpHeader(int i,
String httpHeader)
insertHttpHeader in interface AuthenticationTypepublic void addHttpHeader(String httpHeader)
addHttpHeader in interface AuthenticationTypepublic CollapsedString insertNewHttpHeader(int i)
insertNewHttpHeader in interface AuthenticationTypepublic CollapsedString addNewHttpHeader()
addNewHttpHeader in interface AuthenticationTypepublic void removeHttpHeader(int i)
removeHttpHeader in interface AuthenticationTypepublic String[] getHttpQueryParameterArray()
getHttpQueryParameterArray in interface AuthenticationTypepublic String getHttpQueryParameterArray(int i)
getHttpQueryParameterArray in interface AuthenticationTypepublic CollapsedString[] xgetHttpQueryParameterArray()
xgetHttpQueryParameterArray in interface AuthenticationTypepublic CollapsedString xgetHttpQueryParameterArray(int i)
xgetHttpQueryParameterArray in interface AuthenticationTypepublic int sizeOfHttpQueryParameterArray()
sizeOfHttpQueryParameterArray in interface AuthenticationTypepublic void setHttpQueryParameterArray(String[] httpQueryParameterArray)
setHttpQueryParameterArray in interface AuthenticationTypepublic void setHttpQueryParameterArray(int i,
String httpQueryParameter)
setHttpQueryParameterArray in interface AuthenticationTypepublic void xsetHttpQueryParameterArray(CollapsedString[] httpQueryParameterArray)
xsetHttpQueryParameterArray in interface AuthenticationTypepublic void xsetHttpQueryParameterArray(int i,
CollapsedString httpQueryParameter)
xsetHttpQueryParameterArray in interface AuthenticationTypepublic void insertHttpQueryParameter(int i,
String httpQueryParameter)
insertHttpQueryParameter in interface AuthenticationTypepublic void addHttpQueryParameter(String httpQueryParameter)
addHttpQueryParameter in interface AuthenticationTypepublic CollapsedString insertNewHttpQueryParameter(int i)
insertNewHttpQueryParameter in interface AuthenticationTypepublic CollapsedString addNewHttpQueryParameter()
addNewHttpQueryParameter in interface AuthenticationTypepublic void removeHttpQueryParameter(int i)
removeHttpQueryParameter in interface AuthenticationTypepublic String[] getHttpCookieArray()
getHttpCookieArray in interface AuthenticationTypepublic String getHttpCookieArray(int i)
getHttpCookieArray in interface AuthenticationTypepublic CollapsedString[] xgetHttpCookieArray()
xgetHttpCookieArray in interface AuthenticationTypepublic CollapsedString xgetHttpCookieArray(int i)
xgetHttpCookieArray in interface AuthenticationTypepublic int sizeOfHttpCookieArray()
sizeOfHttpCookieArray in interface AuthenticationTypepublic void setHttpCookieArray(String[] httpCookieArray)
setHttpCookieArray in interface AuthenticationTypepublic void setHttpCookieArray(int i,
String httpCookie)
setHttpCookieArray in interface AuthenticationTypepublic void xsetHttpCookieArray(CollapsedString[] httpCookieArray)
xsetHttpCookieArray in interface AuthenticationTypepublic void xsetHttpCookieArray(int i,
CollapsedString httpCookie)
xsetHttpCookieArray in interface AuthenticationTypepublic void insertHttpCookie(int i,
String httpCookie)
insertHttpCookie in interface AuthenticationTypepublic void addHttpCookie(String httpCookie)
addHttpCookie in interface AuthenticationTypepublic CollapsedString insertNewHttpCookie(int i)
insertNewHttpCookie in interface AuthenticationTypepublic CollapsedString addNewHttpCookie()
addNewHttpCookie in interface AuthenticationTypepublic void removeHttpCookie(int i)
removeHttpCookie in interface AuthenticationTypepublic AuthenticationType.AuthorizationMode.Enum getAuthorizationMode()
getAuthorizationMode in interface AuthenticationTypepublic AuthenticationType.AuthorizationMode xgetAuthorizationMode()
xgetAuthorizationMode in interface AuthenticationTypepublic boolean isSetAuthorizationMode()
isSetAuthorizationMode in interface AuthenticationTypepublic void setAuthorizationMode(AuthenticationType.AuthorizationMode.Enum authorizationMode)
setAuthorizationMode in interface AuthenticationTypepublic void xsetAuthorizationMode(AuthenticationType.AuthorizationMode authorizationMode)
xsetAuthorizationMode in interface AuthenticationTypepublic void unsetAuthorizationMode()
unsetAuthorizationMode in interface AuthenticationTypepublic String getSessionTimeout()
getSessionTimeout in interface AuthenticationTypepublic TimeIntervalString xgetSessionTimeout()
xgetSessionTimeout in interface AuthenticationTypepublic boolean isSetSessionTimeout()
isSetSessionTimeout in interface AuthenticationTypepublic void setSessionTimeout(String sessionTimeout)
setSessionTimeout in interface AuthenticationTypepublic void xsetSessionTimeout(TimeIntervalString sessionTimeout)
xsetSessionTimeout in interface AuthenticationTypepublic void unsetSessionTimeout()
unsetSessionTimeout in interface AuthenticationTypepublic LoginModulesType getLoginModules()
getLoginModules in interface AuthenticationTypepublic boolean isSetLoginModules()
isSetLoginModules in interface AuthenticationTypepublic void setLoginModules(LoginModulesType loginModules)
setLoginModules in interface AuthenticationTypepublic LoginModulesType addNewLoginModules()
addNewLoginModules in interface AuthenticationTypepublic void unsetLoginModules()
unsetLoginModules in interface AuthenticationTypeCopyright © 2014–2016. All rights reserved.