Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
O
P
S
T
U
V
A
apacheCrypt(String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method generates an Apache MD5 compatible md5-encoded password hash from a plaintext password and a salt.
apacheCrypt(String, String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method actually generates an Apache MD5 compatible md5-encoded password hash from a plaintext password and a salt.
AUTH_FILE_GROUPS_CACHE_KEY
- Static variable in class play.modules.fileauth.
FileAuth
AUTH_FILE_USERS_CACHE_KEY
- Static variable in class play.modules.fileauth.
FileAuth
authenticate(String, String, boolean)
- Static method in class controllers.
Secure
authentify(String, String)
- Static method in class controllers.
AuthFileSecurity
Authentify an user against the given AuthFile.
AuthFileSecurity
- Class in
controllers
This Class provides basice Security Functions for the Play! Security Plugin.
AuthFileSecurity()
- Constructor for class controllers.
AuthFileSecurity
B
bytes2u(byte)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
convert an encoded unsigned byte value into a int with the unsigned value.
C
check(String)
- Static method in class controllers.
AuthFileSecurity
Checks if the current user (that is loged in) has the profile (e.g.
Check
- Annotation Type in
controllers
clearbits(byte[])
- Static method in class play.modules.fileauth.utils.
MD5Crypt
contains(String, String)
- Static method in class play.modules.fileauth.
FileAuth
Checks if a group contains a given username.
controllers
- package controllers
crypt(String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method actually generates a OpenBSD/FreeBSD/Linux PAM compatible md5-encoded password hash from a plaintext password and a salt.
crypt(String, String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method actually generates a OpenBSD/FreeBSD/Linux PAM compatible md5-encoded password hash from a plaintext password and a salt.
crypt(String, String, String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method actually generates md5-encoded password hash from a plaintext password, a salt, and a magic string.
crypt(String, String)
- Static method in class play.modules.fileauth.utils.
UnixCrypt
crypt(String)
- Static method in class play.modules.fileauth.utils.
UnixCrypt
D
doJob()
- Method in class play.modules.fileauth.
ScanJob
F
FileAuth
- Class in
play.modules.fileauth
Basic Wrapper for all FileAuth Functions.
FileAuth()
- Constructor for class play.modules.fileauth.
FileAuth
FileAuthPlugin
- Class in
play.modules.fileauth
Entry Class for first file scan.
FileAuthPlugin()
- Constructor for class play.modules.fileauth.
FileAuthPlugin
G
getGroups()
- Static method in class play.modules.fileauth.
FileAuth
Returns a Map of all Groups (groups/usernames).
getUsers()
- Static method in class play.modules.fileauth.
FileAuth
Returns a Map of all Users (user/password hash).
I
IS_ENABLED
- Static variable in class play.modules.fileauth.
FileAuth
itoa64
- Static variable in class play.modules.fileauth.utils.
MD5Crypt
L
login()
- Static method in class controllers.
Secure
logout()
- Static method in class controllers.
Secure
M
main(String[])
- Static method in class play.modules.fileauth.utils.
MD5Crypt
Command line test rig.
matches(String, String)
- Static method in class play.modules.fileauth.utils.
UnixCrypt
MD5Crypt
- Class in
play.modules.fileauth.utils
This class defines a method,
crypt()
, which takes a password and a salt string and generates an OpenBSD/FreeBSD/Linux-compatible md5-encoded password entry.
MD5Crypt()
- Constructor for class play.modules.fileauth.utils.
MD5Crypt
O
onApplicationStart()
- Method in class play.modules.fileauth.
FileAuthPlugin
Trigger to scan the files for the first Time.
P
play.modules.fileauth
- package play.modules.fileauth
play.modules.fileauth.utils
- package play.modules.fileauth.utils
S
SALTCHARS
- Static variable in class play.modules.fileauth.utils.
MD5Crypt
scanGroups()
- Static method in class play.modules.fileauth.
FileAuth
Rescans the groups file.
ScanJob
- Class in
play.modules.fileauth
Periodically Scan of user/group files.
ScanJob()
- Constructor for class play.modules.fileauth.
ScanJob
scanUsers()
- Static method in class play.modules.fileauth.
FileAuth
Rescans the users file.
Secure
- Class in
controllers
Secure()
- Constructor for class controllers.
Secure
Secure.Security
- Class in
controllers
Secure.Security()
- Constructor for class controllers.
Secure.Security
T
to64(long, int)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
U
UnixCrypt
- Class in
play.modules.fileauth.utils
V
validate(String, String)
- Static method in class play.modules.fileauth.
FileAuth
Validates an user with a given password agains the user/password hash mapping.
verifyPassword(String, String)
- Static method in class play.modules.fileauth.utils.
MD5Crypt
This method tests a plaintext password against a md5Crypt'ed hash and returns true if the password matches the hash.
A
B
C
D
F
G
I
L
M
O
P
S
T
U
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes