1.0.4 • Published 10 months ago

exc-signin v1.0.4

Weekly downloads
49
License
-
Repository
-
Last release
10 months ago

Documentation

Module ExcSigninModule

ExcSignInModule implements all the standard security parts like Login, Logout, TokenSecurity, ChangePassword, ForgottenPassword, etc..

ExcSigninService

The ExcSigninService is the service for standard authentication an authorization in GROOT Framework. It has to be used for Login and Logout against EXCON Security Service.

Members

Properties

PropertyTypeDescription
CredentialsExcCredentialsGets the actual credentialsInstance for Login. It will be cleared after successful login.
IsInitializingBooleanGets a flag if security is initializing
LoggedInBooleanGets a flag if the user is logged in
UserLoginStringGets the login of the actual logged in user
UserNameStringGets the name of the actual logged in user
LoginUrlStringGets the computed url for default login
LoginUserUrlStringGets the computed url for default user refresh
LogoutUrlStringGets the computed url for default logout
LoginValidationUrlStringGets the computed url for login validation
LoginProfileUrlStringGets the computed url for profile of logged in user
LoginChangePasswordUrlStringGets the computed url for changepassword of the logged in user
PasswordForgottenStageIntGets the stage of password forgotten
PasswordForgottenObjectobjectGets the actual password forgotten object for endpoint
PasswordForgottenUrlStringGets the computed url for password forgotten endpoint

Methods

MethodReturnDescription
cancelPasswordForgotten()stringGets a computed url from config and replaces placeholders with values of pObj
showPasswordForgotten()BooleanActivates password forgotten mode
sendPasswordForgottenMail()voidSends the request for password forgotten for the user
activateForgottenPwdStage3(route, value)voidActivated by password forgotten link. Shows input fields for new password
setPasswordForgottenPwd()voidSets the new password in password forgotten mode
showChangePasswordDialog()voidShows change password dialog for logged in user
isStateAvailable(routeName: string)BooleanChecks the given routes security token, if it is included in users tokenlist
isFeatured(featureToken: string)BooleanChecks if the featureToken exists in users tokenlist
Login()voidPerforms login
Logout()voidPerforms logout
getBigMenu()objectGets datasource for MegaMenu
1.0.4

10 months ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago