Uses of Class
com.github.f4b6a3.uuid.enums.UuidLocalDomain
-
Packages that use UuidLocalDomain Package Description com.github.f4b6a3.uuid com.github.f4b6a3.uuid.enums com.github.f4b6a3.uuid.factory com.github.f4b6a3.uuid.factory.standard -
-
Uses of UuidLocalDomain in com.github.f4b6a3.uuid
Fields in com.github.f4b6a3.uuid declared as UuidLocalDomain Modifier and Type Field Description static UuidLocalDomainUuidCreator. LOCAL_DOMAIN_GROUPThe group domain, interpreted as POSIX GID domain on POSIX systems.static UuidLocalDomainUuidCreator. LOCAL_DOMAIN_ORGThe organization domain, site-defined.static UuidLocalDomainUuidCreator. LOCAL_DOMAIN_PERSONThe principal domain, interpreted as POSIX UID domain on POSIX systems.Methods in com.github.f4b6a3.uuid with parameters of type UuidLocalDomain Modifier and Type Method Description static UUIDUuidCreator. getDceSecurity(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithHash(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithMac(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithRandom(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2). -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.enums
Methods in com.github.f4b6a3.uuid.enums that return UuidLocalDomain Modifier and Type Method Description static UuidLocalDomainUuidLocalDomain. getLocalDomain(byte value)Get the enum value.static UuidLocalDomainUuidLocalDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static UuidLocalDomain[]UuidLocalDomain. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.factory
Methods in com.github.f4b6a3.uuid.factory with parameters of type UuidLocalDomain Modifier and Type Method Description UuidFactory.Parameters.BuilderUuidFactory.Parameters.Builder. withLocalDomain(UuidLocalDomain localDomain)Use the local domain. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.factory.standard
Methods in com.github.f4b6a3.uuid.factory.standard with parameters of type UuidLocalDomain Modifier and Type Method Description UUIDDceSecurityFactory. create(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).DceSecurityFactory.BuilderDceSecurityFactory.Builder. withLocalDomain(UuidLocalDomain localDomain)Set the local domain.
-