public class UserPasswordWithExtraPropsAuthInit
extends templates.security.UserPasswordAuthInit
AuthInitialize implementation that obtains the user name and
password as the credentials from the given set of properties. If
keep-extra-props property exits, it will copy rest of the
properties provided in getCredential props argument will also be
copied as new credentials.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXTRA_PROPS |
static java.lang.String |
SECURITY_PREFIX |
| Constructor and Description |
|---|
UserPasswordWithExtraPropsAuthInit() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.security.AuthInitialize |
create() |
java.util.Properties |
getCredentials(java.util.Properties props,
com.gemstone.gemfire.distributed.DistributedMember server,
boolean isPeer) |
public static final java.lang.String EXTRA_PROPS
public static final java.lang.String SECURITY_PREFIX
public static com.gemstone.gemfire.security.AuthInitialize create()
public java.util.Properties getCredentials(java.util.Properties props,
com.gemstone.gemfire.distributed.DistributedMember server,
boolean isPeer)
throws com.gemstone.gemfire.security.AuthenticationFailedException
getCredentials in interface com.gemstone.gemfire.security.AuthInitializegetCredentials in class templates.security.UserPasswordAuthInitcom.gemstone.gemfire.security.AuthenticationFailedExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.