Uses of Interface
org.mobicents.xcap.client.auth.Credentials

Packages that use Credentials
org.mobicents.xcap.client   
org.mobicents.xcap.client.auth   
org.mobicents.xcap.client.impl   
org.mobicents.xcap.client.impl.auth   
 

Uses of Credentials in org.mobicents.xcap.client
 

Methods in org.mobicents.xcap.client with parameters of type Credentials
 XcapResponse XcapClient.delete(java.net.URI uri, Header[] additionalRequestHeaders, Credentials credentials)
          Deletes the content related the specified XCAP URI uri.
 XcapResponse XcapClient.deleteIfMatch(java.net.URI uri, java.lang.String eTag, Header[] additionalRequestHeaders, Credentials credentials)
          Deletes the content related the specified XCAP URI uri, if the specified ETag matches the current one on the server.
 XcapResponse XcapClient.deleteIfNoneMatch(java.net.URI uri, java.lang.String eTag, Header[] additionalRequestHeaders, Credentials credentials)
          Deletes the content related the specified XCAP URI uri, if the specified ETag does not matches the current one on the server.
 XcapResponse XcapClient.get(java.net.URI uri, Header[] additionalRequestHeaders, Credentials credentials)
          Retrieves the XML resource from the XCAP server, for the specified uri.
 XcapResponse XcapClient.put(java.net.URI uri, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri.
 XcapResponse XcapClient.put(java.net.URI uri, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri.
 XcapResponse XcapClient.putIfMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag matches the current one on the server.
 XcapResponse XcapClient.putIfMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag matches the current one on the server.
 XcapResponse XcapClient.putIfNoneMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag does not matches the current one on the server.
 XcapResponse XcapClient.putIfNoneMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag does not matches the current one on the server.
 void XcapClient.setAuthenticationCredentials(Credentials credentials)
          Sets the global authentication credentials, those will be used when there are no credentials for the request.
 

Uses of Credentials in org.mobicents.xcap.client.auth
 

Methods in org.mobicents.xcap.client.auth that return Credentials
 Credentials CredentialsFactory.getHttpDigestCredentials(java.lang.String user, java.lang.String password)
          Retrieves the credentials to be used in HTTP Digest authentication.
 

Uses of Credentials in org.mobicents.xcap.client.impl
 

Methods in org.mobicents.xcap.client.impl with parameters of type Credentials
 XcapResponse XcapClientImpl.delete(java.net.URI uri, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.deleteIfMatch(java.net.URI uri, java.lang.String eTag, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.deleteIfNoneMatch(java.net.URI uri, java.lang.String eTag, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.get(java.net.URI uri, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.put(java.net.URI uri, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.put(java.net.URI uri, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.putIfMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.putIfMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.putIfNoneMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, byte[] content, Header[] additionalRequestHeaders, Credentials credentials)
           
 XcapResponse XcapClientImpl.putIfNoneMatch(java.net.URI uri, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, Header[] additionalRequestHeaders, Credentials credentials)
           
 void XcapClientImpl.setAuthenticationCredentials(Credentials credentials)
           
 

Uses of Credentials in org.mobicents.xcap.client.impl.auth
 

Classes in org.mobicents.xcap.client.impl.auth that implement Credentials
 class CredentialsImpl
          Implementation for the Credentials interface, extending the Apache UsernamePasswordCredentials.
 

Methods in org.mobicents.xcap.client.impl.auth that return Credentials
 Credentials CredentialsFactoryImpl.getHttpDigestCredentials(java.lang.String user, java.lang.String password)
           
 



Copyright © 2010. All Rights Reserved.