Uses of Class
org.icestandard.ICE.V20.simpledatatypes.UrlAccessTypeAuthenticationScheme

Packages that use UrlAccessTypeAuthenticationScheme
org.icestandard.ICE.V20.simpledatatypes   
 

Uses of UrlAccessTypeAuthenticationScheme in org.icestandard.ICE.V20.simpledatatypes
 

Methods in org.icestandard.ICE.V20.simpledatatypes that return UrlAccessTypeAuthenticationScheme
 UrlAccessTypeAuthenticationScheme UrlAccessType.getAuthenticationScheme()
          Gets the authenticationScheme value for this UrlAccessType.
 

Methods in org.icestandard.ICE.V20.simpledatatypes with parameters of type UrlAccessTypeAuthenticationScheme
 void UrlAccessType.setAuthenticationScheme(UrlAccessTypeAuthenticationScheme authenticationScheme)
          Sets the authenticationScheme value for this UrlAccessType.
 

Constructors in org.icestandard.ICE.V20.simpledatatypes with parameters of type UrlAccessTypeAuthenticationScheme
UrlAccessType(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI url, org.apache.axis.types.Token username, org.apache.axis.types.Token password, UrlAccessTypeAuthenticationScheme authenticationScheme)