A C D E F G H I L M N O P R S T U V

I

Identity - Class in org.jboss.security.idm
Identity represents the identity information related to the user being authenticated by the Single Sign On engine.
Identity() - Constructor for class org.jboss.security.idm.Identity
Initializes the Identity object
IdentityException - Exception in org.jboss.security.idm
A runtime exception thrown by Identity Management components
IdentityException() - Constructor for exception org.jboss.security.idm.IdentityException
 
IdentityException(String) - Constructor for exception org.jboss.security.idm.IdentityException
 
IdentityException(Exception) - Constructor for exception org.jboss.security.idm.IdentityException
 
IdentityManager - Class in org.jboss.security.idm
IdentityManager provides an implementation of the IdentityManagerService that can be managed via a jmx-console.
IdentityManager() - Constructor for class org.jboss.security.idm.IdentityManager
Initializes the IdentityManager
IdentityManagerService - Interface in org.jboss.security.idm
This service provides access to LoginProviders and Provisioning Providers registered with the SSO system.

LoginProvider - provides an abstraction for Identity Stores to extract Identity data related to authentication on the system.

ProvisioningProvider - provides an abstraction for Identity Stores to extract Identity data related to Profile Management of users in the system.

The next release of SSO system will rely on ProvisioningProvider extensively to perform Federation User Provisioning for data stored in scattered Identity Stores.
IdentityManagerTestCase - Class in test.jboss.security.idm
 
IdentityManagerTestCase() - Constructor for class test.jboss.security.idm.IdentityManagerTestCase
 
init() - Method in class org.jboss.security.federation.servlet.SSOFederationServer
 
init() - Method in class org.jboss.security.federation.servlet.SSOTrustServer
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.jboss.security.idm.UsernameAndPasswordLoginModule
Initializes the JAAS Module before it can start accepting authentication requests
invoke(Request, Response) - Method in class org.jboss.security.valve.PlainSSOAutoLogin
 
invoke(Request, Response) - Method in class org.jboss.security.valve.PlainSSOAutoLogout
 
invoke(Request, Response) - Method in class org.jboss.security.valve.PlainSSOTokenManager
 
invoke(Request, Response) - Method in class org.jboss.security.valve.SSOAutoLogin
 
invoke(Request, Response) - Method in class org.jboss.security.valve.SSOAutoLogout
 
invoke(Request, Response) - Method in class org.jboss.security.valve.SSOFederationRouter
 
invoke(Request, Response) - Method in class org.jboss.security.valve.SSOTokenManager
 
isActive() - Method in class org.jboss.security.idm.Identity
 
isAuthenticated() - Method in class org.jboss.security.saml.AuthResponse
Returns the status of whether the asserting party successfully authenticated this user or not
isCookieFound(HttpServletRequest, String) - Static method in class org.jboss.security.util.Tools
Checks if an SSOToken is sent in as a cookie on the http request
isEmpty(String) - Static method in class org.jboss.security.util.Tools
Checks if this is an empty string
isEmpty(Object[]) - Static method in class org.jboss.security.util.Tools
Checks if this is an empty array
isEmpty(Collection) - Static method in class org.jboss.security.util.Tools
Checks if this is an empty collection
isTokenValid(String) - Static method in class org.jboss.security.sso.util.SSOUtil
Utility method which checks the validity of an SSO token

A C D E F G H I L M N O P R S T U V