public class MemberSecurityEnforcer
extends java.lang.Object
Constructor and Description |
---|
MemberSecurityEnforcer() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canGenerateExternalPassword()
Check if
Member.setPassword(com.jalios.jcms.Member.EXTERNAL_PASSWORD)
can be replaced with a random password when performing create or update operation. |
static void |
initAfterStartup()
Initialize on startup
|
static java.lang.String |
newRandomExternalPassword()
Retrieve a random password value suitable for external account for which
sign in with local password must not be authorized.
|
public static void initAfterStartup()
public static boolean canGenerateExternalPassword()
Member.setPassword(com.jalios.jcms.Member.EXTERNAL_PASSWORD)
can be replaced with a random password when performing create or update operation.public static java.lang.String newRandomExternalPassword()
Member.EXTERNAL_PASSWORD
Copyright © 2001-2022 Jalios SA. All Rights Reserved.