plsar-auth-framework
1.00
plsar-auth-framework
/
plsar-auth.support
/
DbAccess
Db
Access
interface
DbAccess
Content copied to clipboard
Functions
Functions
get
Password
Link copied to clipboard
abstract
fun
getPassword
(
user
:
String
?
)
:
String
?
Content copied to clipboard
Intended to return the user's password based on the username
get
Permissions
Link copied to clipboard
abstract
fun
getPermissions
(
user
:
String
?
)
:
Set
<
String
?
>
?
Content copied to clipboard
get
Roles
Link copied to clipboard
abstract
fun
getRoles
(
user
:
String
?
)
:
Set
<
String
?
>
?
Content copied to clipboard
Takes a username