A B G H I K N P R S V W 
All Classes All Packages

A

Authorization - Annotation Type in net.rwx.padlock.annotations
Use this annotation on a JAX-RS resource to define authorization rules.
AuthorizationParameter - Annotation Type in net.rwx.padlock.annotations
An annotation to give access the JAX-RS resource parameters to the authorization class define with Authorization.
AuthorizationParameters - Annotation Type in net.rwx.padlock.annotations
 

B

BadTokenException - Exception in net.rwx.padlock.internal
 
BadTokenException() - Constructor for exception net.rwx.padlock.internal.BadTokenException
 

G

getAttribute(String) - Method in class net.rwx.padlock.PadlockSession
 
getAttribute(String, Class<T>) - Method in class net.rwx.padlock.PadlockSession
 
getAttributeNames() - Method in class net.rwx.padlock.PadlockSession
 
getCreationTime() - Method in class net.rwx.padlock.PadlockSession
 
getId() - Method in class net.rwx.padlock.PadlockSession
 
getKey() - Method in interface net.rwx.padlock.KeyProvider
 
getLastAccessedTime() - Method in class net.rwx.padlock.PadlockSession
 
getMaxInactiveInterval() - Method in class net.rwx.padlock.PadlockSession
 
getServletContext() - Method in class net.rwx.padlock.PadlockSession
 

H

hash(char[], boolean) - Method in class net.rwx.padlock.PasswordService
 

I

invalidate() - Method in class net.rwx.padlock.PadlockSession
 
isAuthenticated() - Method in class net.rwx.padlock.PadlockSession
 
isEmpty() - Method in class net.rwx.padlock.PadlockSession
 
isNew() - Method in class net.rwx.padlock.PadlockSession
 
isValid() - Method in class net.rwx.padlock.PadlockSession
 

K

KeyProvider - Interface in net.rwx.padlock
Create a class that inherit from KeyProvider to define the key used to encrypt session token.

N

net.rwx.padlock - package net.rwx.padlock
 
net.rwx.padlock.annotations - package net.rwx.padlock.annotations
 
net.rwx.padlock.internal - package net.rwx.padlock.internal
 

P

PadlockSession - Class in net.rwx.padlock
Provide a way to bind objects across more than one request.
PadlockSession() - Constructor for class net.rwx.padlock.PadlockSession
 
PasswordService - Class in net.rwx.padlock
This service provide method to hash and verify passwords.
PasswordService() - Constructor for class net.rwx.padlock.PasswordService
 

R

removeAttribute(String) - Method in class net.rwx.padlock.PadlockSession
 

S

setAttribute(String, Object) - Method in class net.rwx.padlock.PadlockSession
 
setAuthenticated(boolean) - Method in class net.rwx.padlock.PadlockSession
 
setMaxInactiveInterval(int) - Method in class net.rwx.padlock.PadlockSession
 

V

value() - Method in annotation type net.rwx.padlock.annotations.Authorization
 
value() - Method in annotation type net.rwx.padlock.annotations.AuthorizationParameter
 
value() - Method in annotation type net.rwx.padlock.annotations.AuthorizationParameters
 
verify(char[], String, boolean) - Method in class net.rwx.padlock.PasswordService
 

W

WithoutAuthentication - Annotation Type in net.rwx.padlock.annotations
Use this annotation to define JAX-RS resource that does not need authentication.
A B G H I K N P R S V W 
All Classes All Packages