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 DispositionReportUDDIProxy. 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 AuthInfoAddPublisherAssertions. getAuthInfo()AuthInfoDeleteBinding. getAuthInfo()AuthInfoDeleteBusiness. getAuthInfo()AuthInfoDeletePublisherAssertions. getAuthInfo()AuthInfoDeleteService. getAuthInfo()AuthInfoDeleteTModel. getAuthInfo()AuthInfoDiscardAuthToken. getAuthInfo()AuthInfoGetAssertionStatusReport. getAuthInfo()AuthInfoGetPublisherAssertions. getAuthInfo()AuthInfoGetRegisteredInfo. getAuthInfo()AuthInfoSaveBinding. getAuthInfo()AuthInfoSaveBusiness. getAuthInfo()AuthInfoSaveService. getAuthInfo()AuthInfoSaveTModel. getAuthInfo()AuthInfoSetPublisherAssertions. getAuthInfo()Methods in org.uddi4j.request with parameters of type AuthInfo Modifier and Type Method Description voidAddPublisherAssertions. setAuthInfo(AuthInfo s)voidDeleteBinding. setAuthInfo(AuthInfo s)voidDeleteBusiness. setAuthInfo(AuthInfo s)voidDeletePublisherAssertions. setAuthInfo(AuthInfo s)voidDeleteService. setAuthInfo(AuthInfo s)voidDeleteTModel. setAuthInfo(AuthInfo s)voidDiscardAuthToken. setAuthInfo(AuthInfo s)voidGetAssertionStatusReport. setAuthInfo(AuthInfo s)voidGetPublisherAssertions. setAuthInfo(AuthInfo s)voidGetRegisteredInfo. setAuthInfo(AuthInfo s)voidSaveBinding. setAuthInfo(AuthInfo s)voidSaveBusiness. setAuthInfo(AuthInfo s)voidSaveService. setAuthInfo(AuthInfo s)voidSaveTModel. setAuthInfo(AuthInfo s)voidSetPublisherAssertions. setAuthInfo(AuthInfo s) -
Uses of AuthInfo in org.uddi4j.response
Methods in org.uddi4j.response that return AuthInfo Modifier and Type Method Description AuthInfoAuthToken. getAuthInfo()Methods in org.uddi4j.response with parameters of type AuthInfo Modifier and Type Method Description voidAuthToken. setAuthInfo(AuthInfo s)
-