JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
G
H
I
K
N
P
R
S
V
W
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
G
getAttribute(String, Class<T>)
- Method in class net.rwx.padlock.
PadlockSession
getAttribute(String)
- 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
getSessionContext()
- Method in class net.rwx.padlock.
PadlockSession
getValue(String)
- Method in class net.rwx.padlock.
PadlockSession
getValueNames()
- 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
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
putValue(String, Object)
- Method in class net.rwx.padlock.
PadlockSession
R
removeAttribute(String)
- Method in class net.rwx.padlock.
PadlockSession
removeValue(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
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
G
H
I
K
N
P
R
S
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.