메소드 | 설명 | |
---|---|---|
AddToRole ( System.Guid userID, string role ) : void | ||
Delete ( System.Guid userID ) : void | ||
Invalidate ( System.Guid userID ) : void | ||
RemoveFromRole ( System.Guid userID, string role ) : void | ||
SetPassword ( System.Guid userID, string password ) : void | ||
SetProperty ( System.Guid userID, string name, string value ) : void | ||
User ( ) : System | ||
User ( string name ) : System | ||
Validate ( System.Guid userID, string name, string password ) : bool | ||
Validated ( System.Guid userID ) : void |
메소드 | 설명 | |
---|---|---|
OnUserAddedToRoleEvent ( UserAddedToRoleEvent e ) : void | ||
OnUserCreated ( UserCreatedEvent e ) : void | ||
OnUserDeleted ( UserDeletedEvent e ) : void | ||
OnUserInvalidated ( UserInvalidatedEvent e ) : void | ||
OnUserPasswordSet ( UserPasswordSetEvent e ) : void | ||
OnUserPropertySet ( UserPropertySetEvent e ) : void | ||
OnUserRemovedFromRoleEvent ( UserRemovedFromRoleEvent e ) : void | ||
OnUserValidated ( UserValidatedEvent e ) : void |
메소드 | 설명 | |
---|---|---|
EncodePassword ( string originalPassword ) : string |
public AddToRole ( System.Guid userID, string role ) : void | ||
userID | System.Guid | |
role | string | |
리턴 | void |
protected OnUserAddedToRoleEvent ( UserAddedToRoleEvent e ) : void | ||
e | UserAddedToRoleEvent | |
리턴 | void |
protected OnUserCreated ( UserCreatedEvent e ) : void | ||
e | UserCreatedEvent | |
리턴 | void |
protected OnUserDeleted ( UserDeletedEvent e ) : void | ||
e | UserDeletedEvent | |
리턴 | void |
protected OnUserInvalidated ( UserInvalidatedEvent e ) : void | ||
e | UserInvalidatedEvent | |
리턴 | void |
protected OnUserPasswordSet ( UserPasswordSetEvent e ) : void | ||
e | UserPasswordSetEvent | |
리턴 | void |
protected OnUserPropertySet ( UserPropertySetEvent e ) : void | ||
e | UserPropertySetEvent | |
리턴 | void |
protected OnUserRemovedFromRoleEvent ( UserRemovedFromRoleEvent e ) : void | ||
e | UserRemovedFromRoleEvent | |
리턴 | void |
protected OnUserValidated ( UserValidatedEvent e ) : void | ||
e | UserValidatedEvent | |
리턴 | void |
public RemoveFromRole ( System.Guid userID, string role ) : void | ||
userID | System.Guid | |
role | string | |
리턴 | void |
public SetPassword ( System.Guid userID, string password ) : void | ||
userID | System.Guid | |
password | string | |
리턴 | void |
public SetProperty ( System.Guid userID, string name, string value ) : void | ||
userID | System.Guid | |
name | string | |
value | string | |
리턴 | void |
public Validate ( System.Guid userID, string name, string password ) : bool | ||
userID | System.Guid | |
name | string | |
password | string | |
리턴 | bool |