public static interface SecurityContextDocument.SecurityContext.SshAuthentication
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityContextDocument.SecurityContext.SshAuthentication.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Gets the "access-key-id" element
|
String |
getSecretAccessKey()
Gets the "secret-access-key" element
|
void |
setAccessKeyId(String accessKeyId)
Sets the "access-key-id" element
|
void |
setSecretAccessKey(String secretAccessKey)
Sets the "secret-access-key" element
|
org.apache.xmlbeans.XmlString |
xgetAccessKeyId()
Gets (as xml) the "access-key-id" element
|
org.apache.xmlbeans.XmlString |
xgetSecretAccessKey()
Gets (as xml) the "secret-access-key" element
|
void |
xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId)
Sets (as xml) the "access-key-id" element
|
void |
xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey)
Sets (as xml) the "secret-access-key" 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, xmlTextString getAccessKeyId()
org.apache.xmlbeans.XmlString xgetAccessKeyId()
void setAccessKeyId(String accessKeyId)
void xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId)
String getSecretAccessKey()
org.apache.xmlbeans.XmlString xgetSecretAccessKey()
void setSecretAccessKey(String secretAccessKey)
void xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.