Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
Packages that use AccessLevel
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
-
Uses of AccessLevel in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Subclasses with type arguments of type AccessLevel in org.springframework.boot.actuate.autoconfigure.cloudfoundryModifier and TypeClassDescriptionenum
The specific access level granted to the cloud foundry user that's calling the endpoints.Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevel
Returns the enum constant of this class with the specified name.static AccessLevel[]
AccessLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.