Uses of Class
org.dmtf.schemas.wbem.wsman._1.wsman.AuthType

Packages that use AuthType
org.dmtf.schemas.wbem.wsman._1.wsman   
 

Uses of AuthType in org.dmtf.schemas.wbem.wsman._1.wsman
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return AuthType
 AuthType ObjectFactory.createAuthType()
          Create an instance of AuthType
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return types with arguments of type AuthType
 javax.xml.bind.JAXBElement<AuthType> ObjectFactory.createAuth(AuthType value)
          Create an instance of JAXBElement<AuthType>}
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman with parameters of type AuthType
 javax.xml.bind.JAXBElement<AuthType> ObjectFactory.createAuth(AuthType value)
          Create an instance of JAXBElement<AuthType>}