com.liferay.portal.service
Class PasswordPolicyServiceWrapper
java.lang.Object
com.liferay.portal.service.PasswordPolicyServiceWrapper
- All Implemented Interfaces:
- BaseService, PasswordPolicyService, ServiceWrapper<PasswordPolicyService>
@ProviderType
public class PasswordPolicyServiceWrapper
- extends Object
- implements PasswordPolicyService, ServiceWrapper<PasswordPolicyService>
Provides a wrapper for PasswordPolicyService.
- See Also:
PasswordPolicyService
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordPolicyServiceWrapper
public PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
addPasswordPolicy
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
- Specified by:
addPasswordPolicy in interface PasswordPolicyService
- Throws:
PortalException
deletePasswordPolicy
public void deletePasswordPolicy(long passwordPolicyId)
throws PortalException
- Specified by:
deletePasswordPolicy in interface PasswordPolicyService
- Throws:
PortalException
fetchPasswordPolicy
public PasswordPolicy fetchPasswordPolicy(long passwordPolicyId)
throws PortalException
- Specified by:
fetchPasswordPolicy in interface PasswordPolicyService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface PasswordPolicyService
- Returns:
- the OSGi service identifier
updatePasswordPolicy
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
- Specified by:
updatePasswordPolicy in interface PasswordPolicyService
- Throws:
PortalException
getWrappedService
public PasswordPolicyService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<PasswordPolicyService>
setWrappedService
public void setWrappedService(PasswordPolicyService passwordPolicyService)
- Specified by:
setWrappedService in interface ServiceWrapper<PasswordPolicyService>