Uses of Enum
org.irods.irods4j.high_level.administration.IRODSUsers.UserType
Packages that use IRODSUsers.UserType
-
Uses of IRODSUsers.UserType in org.irods.irods4j.high_level.administration
Fields in org.irods.irods4j.high_level.administration declared as IRODSUsers.UserTypeMethods in org.irods.irods4j.high_level.administration that return IRODSUsers.UserTypeModifier and TypeMethodDescriptionstatic IRODSUsers.UserTypeIRODSUsers.toUserType(String v) Converts a string to aIRODSUsers.UserTypeenumeration.static IRODSUsers.UserTypeReturns the enum constant of this type with the specified name.static IRODSUsers.UserType[]IRODSUsers.UserType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.irods.irods4j.high_level.administration that return types with arguments of type IRODSUsers.UserTypeModifier and TypeMethodDescriptionstatic Optional<IRODSUsers.UserType>IRODSUsers.type(IRODSApi.RcComm comm, IRODSUsers.User user) Returns the type of a user.Methods in org.irods.irods4j.high_level.administration with parameters of type IRODSUsers.UserTypeModifier and TypeMethodDescriptionstatic voidIRODSUsers.addUser(IRODSApi.RcComm comm, IRODSUsers.User user, IRODSUsers.UserType userType, IRODSZones.ZoneType zoneType) Adds a new user to the local zone.static StringIRODSUsers.toString(IRODSUsers.UserType v) Converts aIRODSUsers.UserTypeenumeration to a string. -
Uses of IRODSUsers.UserType in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return IRODSUsers.UserType