Uses of Class
com.vidispine.generated.UserType
-
Uses of UserType in com.vidispine.generated
Fields in com.vidispine.generated declared as UserTypeModifier and TypeFieldDescriptionprotected UserType
UserSynchronizeType.user
protected UserType
AccessControlType.userType
Fields in com.vidispine.generated with type parameters of type UserTypeMethods in com.vidispine.generated that return UserTypeModifier and TypeMethodDescriptionObjectFactory.createUserType()
Create an instance ofUserType
UserSynchronizeType.getUser()
Gets the value of the user property.AccessControlType.getUserType()
Gets the value of the userType property.UserType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) UserType.withAccessPreserved
(boolean value) Sets the value of the accessPreserved property.Adds objects to the list of Alias using add methodUserType.withAlias
(Collection<String> values) Adds objects to the list of Alias using addAll methodUserType.withDisabled
(boolean value) Sets the value of the disabled property.UserType.withGroupList
(GroupListType value) Sets the value of the groupList property.Sets the value of the id property.Sets the value of the loc property.UserType.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.UserType.withOrigin
(String value) Sets the value of the origin property.UserType.withPassword
(String value) Sets the value of the password property.UserType.withRealName
(String value) Sets the value of the realName property.UserType.withRemove
(boolean value) Sets the value of the remove property.Sets the value of the salt property.UserType.withUserName
(String value) Sets the value of the userName property.Methods in com.vidispine.generated that return types with arguments of type UserTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UserType>
ObjectFactory.createUserDocument
(UserType value) UserListType.getUser()
Gets the value of the user property.Methods in com.vidispine.generated with parameters of type UserTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UserType>
ObjectFactory.createUserDocument
(UserType value) void
Sets the value of the user property.void
AccessControlType.setUserType
(UserType value) Sets the value of the userType property.Adds objects to the list of User using add methodSets the value of the user property.AccessControlType.withUserType
(UserType value) Sets the value of the userType property.Method parameters in com.vidispine.generated with type arguments of type UserTypeModifier and TypeMethodDescriptionUserListType.withUser
(Collection<UserType> values) Adds objects to the list of User using addAll method