Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
O
P
Q
R
S
T
U
A
abort()
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
addMember(Principal)
- Method in class org.jboss.reliance.identity.
SimpleGroup
addRole(String)
- Method in class org.jboss.reliance.identity.
Identity
Adds a role to the user's subject, and their security context
authenticate(String, String)
- Method in interface org.jboss.reliance.identity.
Authenticator
Check if username/password is ok.
authenticate(String, String)
- Method in class org.jboss.reliance.identity.
DefaultAuthenticator
authenticate()
- Method in class org.jboss.reliance.identity.
Identity
Authenticate.
authenticate(LoginContext)
- Method in class org.jboss.reliance.identity.
Identity
Authenticate.
Authenticator
- Interface in
org.jboss.reliance.identity
Simple authenticator interface.
C
callbackHandler
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
commit()
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
Configuration
- Class in
org.jboss.reliance.identity
Factory for the JAAS Configuration used by Microcontainer Security.
Configuration()
- Constructor for class org.jboss.reliance.identity.
Configuration
create()
- Method in class org.jboss.reliance.identity.
Configuration
create()
- Method in class org.jboss.reliance.identity.
Identity
createAppConfigurationEntry()
- Method in class org.jboss.reliance.identity.
Configuration
Create AppConfigurationEntry.
createConfiguration()
- Method in class org.jboss.reliance.identity.
Configuration
Create configuration.
D
DefaultAuthenticator
- Class in
org.jboss.reliance.identity
Default / dummy authenticator.
DefaultAuthenticator()
- Constructor for class org.jboss.reliance.identity.
DefaultAuthenticator
E
equals(Object)
- Method in class org.jboss.reliance.identity.
SimpleGroup
equals(Object)
- Method in class org.jboss.reliance.identity.
SimplePrincipal
G
getAuthenticator()
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
Get the authentificator.
getConfiguration()
- Method in class org.jboss.reliance.identity.
Configuration
Get the configuration.
getDefaultCallbackHandler()
- Method in class org.jboss.reliance.identity.
Identity
Creates a callback handler that can handle a standard username/password callback, using the username and password properties.
getJaasConfigName()
- Method in class org.jboss.reliance.identity.
Identity
Get the jaas config name.
getLoginContext()
- Method in class org.jboss.reliance.identity.
Identity
Get LoginContext.
getName()
- Method in class org.jboss.reliance.identity.
SimpleGroup
getName()
- Method in class org.jboss.reliance.identity.
SimplePrincipal
getPassword()
- Method in class org.jboss.reliance.identity.
Identity
Get the password.
getPrincipal()
- Method in class org.jboss.reliance.identity.
Identity
Get the principal.
getSubject()
- Method in class org.jboss.reliance.identity.
Identity
Get the subject.
getUsername()
- Method in class org.jboss.reliance.identity.
Identity
Get the username.
H
hashCode()
- Method in class org.jboss.reliance.identity.
SimpleGroup
hashCode()
- Method in class org.jboss.reliance.identity.
SimplePrincipal
hasRole(String)
- Method in class org.jboss.reliance.identity.
Identity
Checks if the authenticated Identity is a member of the specified role.
I
Identity
- Class in
org.jboss.reliance.identity
Simple identity.
Identity()
- Constructor for class org.jboss.reliance.identity.
Identity
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>)
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
isCredentialsSet()
- Method in class org.jboss.reliance.identity.
Identity
Are credential set.
isLoggedIn()
- Method in class org.jboss.reliance.identity.
Identity
Is logged in.
isLoggedIn(boolean)
- Method in class org.jboss.reliance.identity.
Identity
Is logged in.
isMember(Principal)
- Method in class org.jboss.reliance.identity.
SimpleGroup
L
log
- Static variable in class org.jboss.reliance.identity.
Identity
login()
- Method in class org.jboss.reliance.identity.
Identity
login()
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
logout()
- Method in class org.jboss.reliance.identity.
Identity
Logout.
logout()
- Method in class org.jboss.reliance.identity.
MicrocontainerLoginModule
M
members()
- Method in class org.jboss.reliance.identity.
SimpleGroup
MicrocontainerLoginModule
- Class in
org.jboss.reliance.identity
Performs authentication using a Microcontainer context.
MicrocontainerLoginModule()
- Constructor for class org.jboss.reliance.identity.
MicrocontainerLoginModule
O
options
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
org.jboss.reliance.identity
- package org.jboss.reliance.identity
P
password
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
postAuthenticate()
- Method in class org.jboss.reliance.identity.
Identity
Post authentificate.
preAuthenticate()
- Method in class org.jboss.reliance.identity.
Identity
PreAuthentificate.
Q
quietLogin()
- Method in class org.jboss.reliance.identity.
Identity
Attempts a quiet login, suppressing any login exceptions and not creating any faces messages.
R
removeMember(Principal)
- Method in class org.jboss.reliance.identity.
SimpleGroup
removeRole(String)
- Method in class org.jboss.reliance.identity.
Identity
Removes a role from the user's subject and their security context
roles
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
ROLES_GROUP
- Static variable in class org.jboss.reliance.identity.
Identity
S
setConfiguration(Configuration)
- Method in class org.jboss.reliance.identity.
Identity
Set the configuration.
setJaasConfigName(String)
- Method in class org.jboss.reliance.identity.
Identity
Set the jaas config name.
setLoginModuleClassName(String)
- Method in class org.jboss.reliance.identity.
Configuration
Set the login module class name.
setPassword(String)
- Method in class org.jboss.reliance.identity.
Identity
Set the password.
setUsername(String)
- Method in class org.jboss.reliance.identity.
Identity
Set the username.
SimpleGroup
- Class in
org.jboss.reliance.identity
Implementation of the Group interface, used for holding roles etc.
SimpleGroup(String)
- Constructor for class org.jboss.reliance.identity.
SimpleGroup
SimplePrincipal
- Class in
org.jboss.reliance.identity
Simple implementation of the Principal interface, supporting a named user.
SimplePrincipal(String)
- Constructor for class org.jboss.reliance.identity.
SimplePrincipal
subject
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
T
toString()
- Method in class org.jboss.reliance.identity.
SimplePrincipal
U
unAuthenticate()
- Method in class org.jboss.reliance.identity.
Identity
Removes all Role objects from the security context, removes the "Roles" group from the user's subject.
username
- Variable in class org.jboss.reliance.identity.
MicrocontainerLoginModule
A
C
D
E
G
H
I
L
M
O
P
Q
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008
JBoss Inc.
. All Rights Reserved.