|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthToken | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of AuthToken in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry that return AuthToken | |
---|---|
AuthToken |
IRegistry.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site. |
AuthToken |
RegistryImpl.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site. |
Uses of AuthToken in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return AuthToken | |
---|---|
AuthToken |
AuthTokenDocument.addNewAuthToken()
Appends and returns a new empty "authToken" element |
AuthToken |
AuthTokenDocument.getAuthToken()
Gets the "authToken" element |
static AuthToken |
AuthToken.Factory.newInstance()
|
static AuthToken |
AuthToken.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(File file)
|
static AuthToken |
AuthToken.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(InputStream is)
|
static AuthToken |
AuthToken.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(Node node)
|
static AuthToken |
AuthToken.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(Reader r)
|
static AuthToken |
AuthToken.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(String xmlAsString)
|
static AuthToken |
AuthToken.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(URL u)
|
static AuthToken |
AuthToken.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AuthToken |
AuthToken.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AuthToken |
AuthToken.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AuthToken |
AuthToken.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static AuthToken |
AuthToken.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type AuthToken | |
---|---|
void |
AuthTokenDocument.setAuthToken(AuthToken authToken)
Sets the "authToken" element |
Uses of AuthToken in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement AuthToken | |
---|---|
class |
AuthTokenImpl
An XML authToken(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return AuthToken | |
---|---|
AuthToken |
AuthTokenDocumentImpl.addNewAuthToken()
Appends and returns a new empty "authToken" element |
AuthToken |
AuthTokenDocumentImpl.getAuthToken()
Gets the "authToken" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type AuthToken | |
---|---|
void |
AuthTokenDocumentImpl.setAuthToken(AuthToken authToken)
Sets the "authToken" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |