Uses of Class
com.vidispine.generated.AuthenticationTokenType
-
-
Uses of AuthenticationTokenType in com.vidispine.generated
Methods in com.vidispine.generated that return AuthenticationTokenType Modifier and Type Method Description AuthenticationTokenType
ObjectFactory. createAuthenticationTokenType()
Create an instance ofAuthenticationTokenType
AuthenticationTokenType
AuthenticationTokenType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AuthenticationTokenType
AuthenticationTokenType. withToken(String value)
AuthenticationTokenType
AuthenticationTokenType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type AuthenticationTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationTokenType>
ObjectFactory. createAuthenticationTokenDocument(AuthenticationTokenType value)
Methods in com.vidispine.generated with parameters of type AuthenticationTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationTokenType>
ObjectFactory. createAuthenticationTokenDocument(AuthenticationTokenType value)
-