passwordpolicy

package
v0.0.0-...-d84e329 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2017 License: LGPL-2.1 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(s liferay.Session) *Service

func (*Service) AddPasswordPolicy

func (s *Service) AddPasswordPolicy(name string, description string, changeable bool, changeRequired bool, minAge int64, checkSyntax bool, allowDictionaryWords bool, minAlphanumeric int, minLength int, minLowerCase int, minNumbers int, minSymbols int, minUpperCase int, history bool, historyCount int, expireable bool, maxAge int64, warningTime int64, graceLimit int, lockout bool, maxFailure int, lockoutDuration int64, resetFailureCount int64, resetTicketMaxAge int64) (map[string]interface{}, error)

func (*Service) AddPasswordPolicy2

func (s *Service) AddPasswordPolicy2(name string, description string, changeable bool, changeRequired bool, minAge int64, checkSyntax bool, allowDictionaryWords bool, minAlphanumeric int, minLength int, minLowerCase int, minNumbers int, minSymbols int, minUpperCase int, regex string, history bool, historyCount int, expireable bool, maxAge int64, warningTime int64, graceLimit int, lockout bool, maxFailure int, lockoutDuration int64, resetFailureCount int64, resetTicketMaxAge int64, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeletePasswordPolicy

func (s *Service) DeletePasswordPolicy(passwordPolicyId int64) error

func (*Service) UpdatePasswordPolicy

func (s *Service) UpdatePasswordPolicy(passwordPolicyId int64, name string, description string, changeable bool, changeRequired bool, minAge int64, checkSyntax bool, allowDictionaryWords bool, minAlphanumeric int, minLength int, minLowerCase int, minNumbers int, minSymbols int, minUpperCase int, history bool, historyCount int, expireable bool, maxAge int64, warningTime int64, graceLimit int, lockout bool, maxFailure int, lockoutDuration int64, resetFailureCount int64, resetTicketMaxAge int64) (map[string]interface{}, error)

func (*Service) UpdatePasswordPolicy2

func (s *Service) UpdatePasswordPolicy2(passwordPolicyId int64, name string, description string, changeable bool, changeRequired bool, minAge int64, checkSyntax bool, allowDictionaryWords bool, minAlphanumeric int, minLength int, minLowerCase int, minNumbers int, minSymbols int, minUpperCase int, regex string, history bool, historyCount int, expireable bool, maxAge int64, warningTime int64, graceLimit int, lockout bool, maxFailure int, lockoutDuration int64, resetFailureCount int64, resetTicketMaxAge int64, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL