Uses of Enum Class
org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Packages that use AccessLevel
Package
Description
Auto-configuration for Cloud Foundry endpoints.
-
Uses of AccessLevel in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Subclasses with type arguments of type AccessLevel in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpointModifier and TypeClassDescriptionenumThe specific access level granted to the cloud foundry user that's calling the endpoints.Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelReturns 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.