Uses of Class
org.uddi4j.util.AuthInfo
-
Packages that use AuthInfo Package Description org.uddi4j.client org.uddi4j.request org.uddi4j.response -
-
Uses of AuthInfo in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type AuthInfo Modifier and Type Method Description DispositionReport
UDDIProxy. discard_authToken(AuthInfo authInfo)
The discard_authToken message is used to inform an Operator Site that the authentication token can be discarded. -
Uses of AuthInfo in org.uddi4j.request
Methods in org.uddi4j.request that return AuthInfo Modifier and Type Method Description AuthInfo
AddPublisherAssertions. getAuthInfo()
AuthInfo
DeleteBinding. getAuthInfo()
AuthInfo
DeleteBusiness. getAuthInfo()
AuthInfo
DeletePublisherAssertions. getAuthInfo()
AuthInfo
DeleteService. getAuthInfo()
AuthInfo
DeleteTModel. getAuthInfo()
AuthInfo
DiscardAuthToken. getAuthInfo()
AuthInfo
GetAssertionStatusReport. getAuthInfo()
AuthInfo
GetPublisherAssertions. getAuthInfo()
AuthInfo
GetRegisteredInfo. getAuthInfo()
AuthInfo
SaveBinding. getAuthInfo()
AuthInfo
SaveBusiness. getAuthInfo()
AuthInfo
SaveService. getAuthInfo()
AuthInfo
SaveTModel. getAuthInfo()
AuthInfo
SetPublisherAssertions. getAuthInfo()
Methods in org.uddi4j.request with parameters of type AuthInfo Modifier and Type Method Description void
AddPublisherAssertions. setAuthInfo(AuthInfo s)
void
DeleteBinding. setAuthInfo(AuthInfo s)
void
DeleteBusiness. setAuthInfo(AuthInfo s)
void
DeletePublisherAssertions. setAuthInfo(AuthInfo s)
void
DeleteService. setAuthInfo(AuthInfo s)
void
DeleteTModel. setAuthInfo(AuthInfo s)
void
DiscardAuthToken. setAuthInfo(AuthInfo s)
void
GetAssertionStatusReport. setAuthInfo(AuthInfo s)
void
GetPublisherAssertions. setAuthInfo(AuthInfo s)
void
GetRegisteredInfo. setAuthInfo(AuthInfo s)
void
SaveBinding. setAuthInfo(AuthInfo s)
void
SaveBusiness. setAuthInfo(AuthInfo s)
void
SaveService. setAuthInfo(AuthInfo s)
void
SaveTModel. setAuthInfo(AuthInfo s)
void
SetPublisherAssertions. setAuthInfo(AuthInfo s)
-
Uses of AuthInfo in org.uddi4j.response
Methods in org.uddi4j.response that return AuthInfo Modifier and Type Method Description AuthInfo
AuthToken. getAuthInfo()
Methods in org.uddi4j.response with parameters of type AuthInfo Modifier and Type Method Description void
AuthToken. setAuthInfo(AuthInfo s)
-