Uses of Enum Class
org.openehealth.ipf.commons.ihe.core.ClientAuthType
Packages that use ClientAuthType
-
Uses of ClientAuthType in org.openehealth.ipf.commons.ihe.core
Methods in org.openehealth.ipf.commons.ihe.core that return ClientAuthTypeModifier and TypeMethodDescriptionstatic ClientAuthType
ClientAuthType.MUST()
static ClientAuthType
ClientAuthType.NONE()
static ClientAuthType
Returns the enum constant of this class with the specified name.static ClientAuthType[]
ClientAuthType.values()
Returns an array containing the constants of this enum class, in the order they are declared.static ClientAuthType
ClientAuthType.WANT()