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 String |
EXTRA_PROPS |
static String |
SECURITY_PREFIX |
| Constructor and Description |
|---|
UserPasswordWithExtraPropsAuthInit() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.security.AuthInitialize |
create() |
Properties |
getCredentials(Properties props,
com.gemstone.gemfire.distributed.DistributedMember server,
boolean isPeer) |
public static final String EXTRA_PROPS
public static final String SECURITY_PREFIX
public static com.gemstone.gemfire.security.AuthInitialize create()
public Properties getCredentials(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.