Class AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
java.lang.Object
org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
,org.springframework.context.annotation.ConfigurationCondition
- Enclosing class:
- AutoConfiguredAuthenticationConfiguration
public static class AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
extends Object
implements org.springframework.context.annotation.ConfigurationCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
boolean
matches
(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata)
-
Field Details
-
DEFAULT_ENABLED
public static final boolean DEFAULT_ENABLED- See Also:
-
SECURITY_AUTH_AUTO_CONFIGURATION_ENABLED
- See Also:
-
-
Constructor Details
-
AuthenticationAutoConfigurationEnabledCondition
public AuthenticationAutoConfigurationEnabledCondition()
-
-
Method Details
-
getConfigurationPhase
public org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase getConfigurationPhase()- Specified by:
getConfigurationPhase
in interfaceorg.springframework.context.annotation.ConfigurationCondition
-
matches
public boolean matches(@NonNull org.springframework.context.annotation.ConditionContext conditionContext, @NonNull org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) - Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
-