public class OnOAuth2SecurityEnabled
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
Condition that is only valid if the property
security.oauth2.client.client-id exists.| Constructor and Description |
|---|
OnOAuth2SecurityEnabled() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
static Map<String,String> |
getSubProperties(org.springframework.core.env.Environment environment,
String keyPrefix) |
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootConditionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.