plsar-auth-framework
1.00
plsar-auth-framework
/
plsar-auth
/
Auth
Auth
object
Auth
Content copied to clipboard
Functions
Properties
Functions
configure
Link copied to clipboard
fun
configure
(
dbAccess
:
DbAccess
?
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
String
Content copied to clipboard
hash
Link copied to clipboard
fun
hash
(
password
:
String
)
:
String
Content copied to clipboard
has
Permission
Link copied to clipboard
fun
hasPermission
(
permission
:
String
?
)
:
Boolean
Content copied to clipboard
has
Role
Link copied to clipboard
fun
hasRole
(
role
:
String
?
)
:
Boolean
Content copied to clipboard
save
Link copied to clipboard
fun
save
(
exchange
:
HttpExchange
?
)
Content copied to clipboard
fun
save
(
request
:
HttpRequest
?
)
Content copied to clipboard
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
value
:
String
)
:
Boolean
Content copied to clipboard
signin
Link copied to clipboard
fun
signin
(
username
:
String
,
passwordUntouched
:
String
)
:
Boolean
Content copied to clipboard
signout
Link copied to clipboard
fun
signout
(
)
:
Boolean
Content copied to clipboard
Properties
dbAccess
Link copied to clipboard
var
dbAccess
:
DbAccess
?
=
null
Content copied to clipboard
exchange
Link copied to clipboard
val
exchange
:
HttpExchange
Content copied to clipboard
HASH_256
Link copied to clipboard
const
val
HASH_256
:
String
Content copied to clipboard
isAuthenticated
Link copied to clipboard
val
isAuthenticated
:
Boolean
Content copied to clipboard
request
Link copied to clipboard
val
request
:
HttpRequest
Content copied to clipboard
sessions
Link copied to clipboard
var
sessions
:
MutableMap
<
String
,
HttpSession
>
Content copied to clipboard
user
Link copied to clipboard
val
user
:
String
?
Content copied to clipboard
USER_KEY
Link copied to clipboard
const
val
USER_KEY
:
String
Content copied to clipboard