C# Class Deveel.Data.Security.ClearTextUserIdentifier

Inheritance: IUserIdentifier
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
CreateIdentification ( string input ) : UserIdentification
VerifyIdentification ( string input, UserIdentification identification ) : bool

Method Details

CreateIdentification() public method

public CreateIdentification ( string input ) : UserIdentification
input string
return UserIdentification

VerifyIdentification() public method

public VerifyIdentification ( string input, UserIdentification identification ) : bool
input string
identification UserIdentification
return bool