Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
org.springframework.boot.autoconfigure.condition |
@Condition annotations and supporting classes. |
org.springframework.boot.autoconfigure.security.oauth2.client | |
org.springframework.boot.autoconfigure.security.oauth2.resource |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
EndpointWebMvcHypermediaManagementContextConfiguration.MissingSpringDataRestResourceCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
MessageSourceAutoConfiguration.ResourceBundleCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
abstract ConditionOutcome |
SpringBootCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata)
Determine the outcome of the match along with suitable log output.
|
ConditionOutcome |
AnyNestedCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
ConditionOutcome |
ConditionEvaluationReport.ConditionAndOutcome.getOutcome() |
static ConditionOutcome |
ConditionOutcome.inverse(ConditionOutcome outcome)
Return the inverse of the specified condition outcome.
|
static ConditionOutcome |
ConditionOutcome.match()
Create a new
ConditionOutcome instance for a 'match'. |
static ConditionOutcome |
ConditionOutcome.match(String message)
Create a new
ConditionOutcome instance for 'match'. |
static ConditionOutcome |
ConditionOutcome.noMatch(String message)
Create a new
ConditionOutcome instance for 'no match'. |
Modifier and Type | Method and Description |
---|---|
void |
ConditionEvaluationReport.ConditionAndOutcomes.add(Condition condition,
ConditionOutcome outcome) |
static ConditionOutcome |
ConditionOutcome.inverse(ConditionOutcome outcome)
Return the inverse of the specified condition outcome.
|
void |
ConditionEvaluationReport.recordConditionEvaluation(String source,
Condition condition,
ConditionOutcome outcome)
Record the occurrence of condition evaluation.
|
Constructor and Description |
---|
ConditionAndOutcome(Condition condition,
ConditionOutcome outcome) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
ConditionOutcome |
OAuth2SsoCustomConfiguration.WebSecurityEnhancerCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ConditionOutcome |
OAuth2ResourceServerConfiguration.ResourceServerCondition.getMatchOutcome(ConditionContext context,
AnnotatedTypeMetadata metadata) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.