System.Security
[ class tree: System.Security ] [ index: System.Security ] [ all elements ]

Element index for package System.Security

[ d ] [ e ] [ g ] [ i ] [ l ] [ o ] [ s ] [ t ] [ _ ]

_

__construct
in file TUser.php, method TUser::__construct()
    Constructor.
top

d

decrypt
in file TDESCrypto.php, method TDESCrypto::decrypt()
    Decrypt data with DES (or 3DES if the key is at least 24 byte long).
des
in file TDESCrypto.php, method TDESCrypto::des()
    The actual DES implementation.
top

e

encrypt
in file TDESCrypto.php, method TDESCrypto::encrypt()
    Encrypt data with DES (or 3DES if the key is at least 24 byte long).
top

g

getUsername
in file TUser.php, method TUser::getUsername()
top

i

isAuthenticated
in file TUser.php, method TUser::isAuthenticated()
isInRole
in file TUser.php, method TUser::isInRole()
    Checks if the user is of certain role.
top

l

login
in file TUser.php, method TUser::login()
    Authenticates a user by his/her username and password.
logout
in file TUser.php, method TUser::logout()
    Sets authentication false for the user.
top

o

onAuthenticationRequired
in file TUser.php, method TUser::onAuthenticationRequired()
    This method is invoked by the framework when authentication fails.
onAuthorizationRequired
in file TUser.php, method TUser::onAuthorizationRequired()
    This method is invoked by the framework when authorization fails.
top

s

setAuthenticated
in file TUser.php, method TUser::setAuthenticated()
    Sets the value indicating whether the user is authenticated.
setUsername
in file TUser.php, method TUser::setUsername()
    Sets the username of TUser object
top

t

TDESCrypto.php
procedural page TDESCrypto.php
TUser.php
procedural page TUser.php
TDESCrypto
in file TDESCrypto.php, class TDESCrypto
    TDESCrypto class
TUser
in file TUser.php, class TUser
    TUser class
top

© 2004-2005 PRADO Software Group. All Rights Reserved.