public static class ApacheShiroSecurityConfiguration.ApacheShiroPresentCondition extends Object implements Condition
Condition
to determine whether the user has included (declared) the 'shiro-spring' dependency
on their application's classpath, which is necessary for configuring Apache Shiro to secure Apache Geode
in a Spring context.Condition
Modifier and Type | Field and Description |
---|---|
protected static String |
APACHE_SHIRO_LIFECYCLE_BEAN_POST_PROCESSOR_CLASS_NAME |
static String |
SPRING_DATA_GEMFIRE_SECURITY_SHIRO_ENABLED |
Constructor and Description |
---|
ApacheShiroPresentCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(ConditionContext context,
AnnotatedTypeMetadata metadata) |
protected static final String APACHE_SHIRO_LIFECYCLE_BEAN_POST_PROCESSOR_CLASS_NAME
public static final String SPRING_DATA_GEMFIRE_SECURITY_SHIRO_ENABLED
public boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.