Uses of Enum Class
org.projecthusky.communication.ch.enums.stable.PurposeOfUse
Packages that use PurposeOfUse
Package
Description
This package contains the validator for CH-EPR SAML 2 Assertions.
-
Uses of PurposeOfUse in org.projecthusky.communication.ch.enums.stable
Methods in org.projecthusky.communication.ch.enums.stable that return PurposeOfUseModifier and TypeMethodDescriptionstatic @Nullable PurposeOfUseGets the Enum with a given code.static PurposeOfUseReturns the enum constant of this class with the specified name.static PurposeOfUse[]PurposeOfUse.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PurposeOfUse in org.projecthusky.xua.validation
Methods in org.projecthusky.xua.validation that return PurposeOfUseModifier and TypeMethodDescription@Nullable PurposeOfUseChEprValidationResult.getPurposeOfUse()Returns the CH-EPR purpose of use.