public static interface SecurityContextDocument.SecurityContext.GridMyproxyRepository
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityContextDocument.SecurityContext.GridMyproxyRepository.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 |
|---|---|
int |
getLifeTimeInhours()
Gets the "life-time-inhours" element
|
String |
getMyproxyServer()
Gets the "myproxy-server" element
|
String |
getPassword()
Gets the "password" element
|
String |
getUsername()
Gets the "username" element
|
void |
setLifeTimeInhours(int lifeTimeInhours)
Sets the "life-time-inhours" element
|
void |
setMyproxyServer(String myproxyServer)
Sets the "myproxy-server" element
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setUsername(String username)
Sets the "username" element
|
org.apache.xmlbeans.XmlInt |
xgetLifeTimeInhours()
Gets (as xml) the "life-time-inhours" element
|
org.apache.xmlbeans.XmlString |
xgetMyproxyServer()
Gets (as xml) the "myproxy-server" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" element
|
void |
xsetLifeTimeInhours(org.apache.xmlbeans.XmlInt lifeTimeInhours)
Sets (as xml) the "life-time-inhours" element
|
void |
xsetMyproxyServer(org.apache.xmlbeans.XmlString myproxyServer)
Sets (as xml) the "myproxy-server" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" 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 getMyproxyServer()
org.apache.xmlbeans.XmlString xgetMyproxyServer()
void setMyproxyServer(String myproxyServer)
void xsetMyproxyServer(org.apache.xmlbeans.XmlString myproxyServer)
String getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
int getLifeTimeInhours()
org.apache.xmlbeans.XmlInt xgetLifeTimeInhours()
void setLifeTimeInhours(int lifeTimeInhours)
void xsetLifeTimeInhours(org.apache.xmlbeans.XmlInt lifeTimeInhours)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.