public interface AuthenticationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticationType.AuthorizationMode
An XML authorization-mode(@http://xmlns.kaazing.org/2014/09/gateway).
|
static class |
AuthenticationType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
AuthenticationType.HttpChallengeScheme
An XML http-challenge-scheme(@http://xmlns.kaazing.org/2014/09/gateway).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| 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
|
changeType, 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, xmlTextAuthenticationType.HttpChallengeScheme.Enum getHttpChallengeScheme()
AuthenticationType.HttpChallengeScheme xgetHttpChallengeScheme()
void setHttpChallengeScheme(AuthenticationType.HttpChallengeScheme.Enum httpChallengeScheme)
void xsetHttpChallengeScheme(AuthenticationType.HttpChallengeScheme httpChallengeScheme)
String[] getHttpHeaderArray()
String getHttpHeaderArray(int i)
CollapsedString[] xgetHttpHeaderArray()
CollapsedString xgetHttpHeaderArray(int i)
int sizeOfHttpHeaderArray()
void setHttpHeaderArray(String[] httpHeaderArray)
void setHttpHeaderArray(int i,
String httpHeader)
void xsetHttpHeaderArray(CollapsedString[] httpHeaderArray)
void xsetHttpHeaderArray(int i,
CollapsedString httpHeader)
void insertHttpHeader(int i,
String httpHeader)
void addHttpHeader(String httpHeader)
CollapsedString insertNewHttpHeader(int i)
CollapsedString addNewHttpHeader()
void removeHttpHeader(int i)
String[] getHttpQueryParameterArray()
String getHttpQueryParameterArray(int i)
CollapsedString[] xgetHttpQueryParameterArray()
CollapsedString xgetHttpQueryParameterArray(int i)
int sizeOfHttpQueryParameterArray()
void setHttpQueryParameterArray(String[] httpQueryParameterArray)
void setHttpQueryParameterArray(int i,
String httpQueryParameter)
void xsetHttpQueryParameterArray(CollapsedString[] httpQueryParameterArray)
void xsetHttpQueryParameterArray(int i,
CollapsedString httpQueryParameter)
void insertHttpQueryParameter(int i,
String httpQueryParameter)
void addHttpQueryParameter(String httpQueryParameter)
CollapsedString insertNewHttpQueryParameter(int i)
CollapsedString addNewHttpQueryParameter()
void removeHttpQueryParameter(int i)
String[] getHttpCookieArray()
String getHttpCookieArray(int i)
CollapsedString[] xgetHttpCookieArray()
CollapsedString xgetHttpCookieArray(int i)
int sizeOfHttpCookieArray()
void setHttpCookieArray(String[] httpCookieArray)
void setHttpCookieArray(int i,
String httpCookie)
void xsetHttpCookieArray(CollapsedString[] httpCookieArray)
void xsetHttpCookieArray(int i,
CollapsedString httpCookie)
void insertHttpCookie(int i,
String httpCookie)
void addHttpCookie(String httpCookie)
CollapsedString insertNewHttpCookie(int i)
CollapsedString addNewHttpCookie()
void removeHttpCookie(int i)
AuthenticationType.AuthorizationMode.Enum getAuthorizationMode()
AuthenticationType.AuthorizationMode xgetAuthorizationMode()
boolean isSetAuthorizationMode()
void setAuthorizationMode(AuthenticationType.AuthorizationMode.Enum authorizationMode)
void xsetAuthorizationMode(AuthenticationType.AuthorizationMode authorizationMode)
void unsetAuthorizationMode()
String getSessionTimeout()
TimeIntervalString xgetSessionTimeout()
boolean isSetSessionTimeout()
void setSessionTimeout(String sessionTimeout)
void xsetSessionTimeout(TimeIntervalString sessionTimeout)
void unsetSessionTimeout()
LoginModulesType getLoginModules()
boolean isSetLoginModules()
void setLoginModules(LoginModulesType loginModules)
LoginModulesType addNewLoginModules()
void unsetLoginModules()
Copyright © 2014–2016. All rights reserved.