Index

A C E F G H I M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_DENIED - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Access Denied.
AccessLevel - Enum Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
The specific access level granted to the cloud foundry user that's calling the endpoints.

C

CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Auto-configuration to expose actuator endpoints for Cloud Foundry to use.
CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryAuthorizationException - Exception Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Authorization exceptions thrown to limit access to the endpoints.
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException.Reason - Enum Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Reasons why the exception can be thrown.
CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
@EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryHealthEndpointWebExtension
 
CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
@EndpointExtension for the InfoEndpoint that always exposes full git details.
CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryInfoEndpointWebExtension
 
CloudFoundryReactiveActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Auto-configuration to expose actuator endpoints for Cloud Foundry to use in a reactive environment.
CloudFoundryReactiveActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveActuatorAutoConfiguration
 
CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Reactive @EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
WebEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry specific extensions for the HealthEndpoint.
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, Collection, Collection, Collection) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryWebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.

E

endpoint() - Element in annotation interface org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.EndpointCloudFoundryExtension
The class of the endpoint to provide a Cloud Foundry specific extension for.
EndpointCloudFoundryExtension - Annotation Interface in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Identifies a type as being a Cloud Foundry specific extension for an @Endpoint.

F

FULL - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Full access to all endpoints.

G

getContent() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getExpiry() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getIssuer() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getKeyId() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getMessage() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
 
getReason() - Method in exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
Return the reason why the authorization exception was thrown.
getScope() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getSignature() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getSignatureAlgorithm() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
getStatus() - Method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
 
getStatus() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
 
getStatusCode() - Method in exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
Return the status code that should be returned to the client.

H

health(ApiVersion) - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
health(ApiVersion) - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryHealthEndpointWebExtension
 
health(ApiVersion, String...) - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
health(ApiVersion, String...) - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryHealthEndpointWebExtension
 

I

info() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryInfoEndpointWebExtension
 
INVALID_AUDIENCE - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Invalid Audience.
INVALID_ISSUER - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Invalid Issuer.
INVALID_KEY_ID - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Invalid Key ID.
INVALID_SIGNATURE - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Invalid Signature.
INVALID_TOKEN - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Invalid Token.
isAccessAllowed(String) - Method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Returns if the access level should allow access to the specified ID.
isExtensionTypeExposed(Class) - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryWebEndpointDiscoverer
 

M

MISSING_AUTHORIZATION - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Missing Authorization.

O

org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Auto-configuration for Cloud Foundry endpoints.
org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Auto-configuration for Cloud Foundry WebFlux endpoints.
org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Auto-configuration for Cloud Foundry Servlet endpoints.

R

REQUEST_ATTRIBUTE - Static variable in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
The request attribute used to store the AccessLevel.
RESTRICTED - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Restricted access to a limited set of endpoints.

S

SecurityResponse - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Response from the Cloud Foundry security interceptors.
SecurityResponse(HttpStatus) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
 
SecurityResponse(HttpStatus, String) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
 
SERVICE_UNAVAILABLE - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Service Unavailable.
success() - Static method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.SecurityResponse
 

T

Token - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
The JSON web token provided with each request that originates from Cloud Foundry.
Token(String) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 
TOKEN_EXPIRED - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Token Expired.
toString() - Method in class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
 

U

UNSUPPORTED_TOKEN_SIGNING_ALGORITHM - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Unsupported Token Signing Algorithm.

V

valueOf(String) - Static method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
A C E F G H I M O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form