@ProviderType public class PasswordPolicyServiceWrapper extends Object implements PasswordPolicyService, ServiceWrapper<PasswordPolicyService>
PasswordPolicyService
.PasswordPolicyService
Constructor and Description |
---|
PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService) |
Modifier and Type | Method and Description |
---|---|
PasswordPolicy |
addPasswordPolicy(String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
String regex,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge,
ServiceContext serviceContext) |
void |
deletePasswordPolicy(long passwordPolicyId) |
PasswordPolicy |
fetchPasswordPolicy(long passwordPolicyId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PasswordPolicyService |
getWrappedService() |
void |
setWrappedService(PasswordPolicyService passwordPolicyService) |
PasswordPolicy |
updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
String regex,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge,
ServiceContext serviceContext) |
public PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
public PasswordPolicy addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) throws PortalException
addPasswordPolicy
in interface PasswordPolicyService
PortalException
public PasswordPolicy fetchPasswordPolicy(long passwordPolicyId) throws PortalException
fetchPasswordPolicy
in interface PasswordPolicyService
PortalException
public PasswordPolicy updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) throws PortalException
updatePasswordPolicy
in interface PasswordPolicyService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PasswordPolicyService
public void deletePasswordPolicy(long passwordPolicyId) throws PortalException
deletePasswordPolicy
in interface PasswordPolicyService
PortalException
public PasswordPolicyService getWrappedService()
getWrappedService
in interface ServiceWrapper<PasswordPolicyService>
public void setWrappedService(PasswordPolicyService passwordPolicyService)
setWrappedService
in interface ServiceWrapper<PasswordPolicyService>