- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- org.springframework.boot.autoconfigure.condition.AllNestedConditions
-
- org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Enabled
-
- All Implemented Interfaces:
- org.springframework.context.annotation.Condition, org.springframework.context.annotation.ConfigurationCondition
public class OnSecurityEnabledAndOAuth2Enabled
extends org.springframework.boot.autoconfigure.condition.AllNestedConditions
Condition
that is only valid if the property
security.oauth2.client.client-id
exists.
- Since:
- 1.1.0
- Author:
- Gunnar Hillert
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
protected static class |
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes |
-
Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Method Summary
-
Methods inherited from class org.springframework.boot.autoconfigure.condition.AllNestedConditions
getFinalMatchOutcome
-
Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.context.annotation.Condition
matches
- Detail:
- Field |
- Constr |
- Method
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.