| Package | Description | 
|---|---|
| org.springframework.boot.actuate.autoconfigure | Classes for general actuator auto-configuration concerns. | 
| org.springframework.boot.autoconfigure.condition | @Conditionannotations and supporting classes. | 
| org.springframework.boot.autoconfigure.context | Auto-configuration for the Spring context. | 
| org.springframework.boot.autoconfigure.hazelcast | Auto-configuration for Hazelcast. | 
| org.springframework.boot.autoconfigure.security.oauth2.client | Support for Spring Security's OAuth 2 client. | 
| org.springframework.boot.autoconfigure.security.oauth2.resource | Support for Spring Security's OAuth2 resource server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OnEndpointElementConditionBase endpoint element condition. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractNestedConditionAbstract base class for nested conditions. | 
| class  | AllNestedConditionsConditionthat will match when all nested class conditions match. | 
| class  | AnyNestedConditionConditionthat will match when any nested class condition matches. | 
| class  | NoneNestedConditionsConditionthat will match when none of the nested class conditions match. | 
| class  | OnPropertyListConditionConditionthat checks if a property whose value is a list is defined in the
 environment. | 
| class  | ResourceConditionSpringBootConditionused to check if a resource can be found using a
 configurable property and optional default location(s). | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | MessageSourceAutoConfiguration.ResourceBundleCondition | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HazelcastConfigResourceConditionSpringBootConditionused to check if the Hazelcast configuration is available. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientsConfiguredConditionCondition that matches if any  spring.security.oauth2.client.registrationproperties are defined. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IssuerUriConditionCondition for creating  JwtDecoderby oidc issuer location. | 
| class  | KeyValueConditionCondition for creating a jwt decoder using a public key value. | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.