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

P

parseAuthRequest(String) - Method in interface org.jboss.security.saml.SingleSignOn
This method parses a SAML authentication request into a SSOUser domain object
parseAuthResponse(String) - Method in interface org.jboss.security.saml.SingleSignOn
This method parses a SAML authentication response and produces an AuthResponse domain object
ParseAuthResponseTestCase - Class in test.jboss.security.saml
 
ParseAuthResponseTestCase() - Constructor for class test.jboss.security.saml.ParseAuthResponseTestCase
 
ParseAuthTestCase - Class in test.jboss.security.saml
 
ParseAuthTestCase() - Constructor for class test.jboss.security.saml.ParseAuthTestCase
 
parseXml(InputStream) - Static method in class org.jboss.security.util.Tools
parses an xml file and creates a DOM tree
Partner - Class in org.jboss.security.federation.model
A Partner object represents a SSO Federation's partner web-site/web application.
Partner() - Constructor for class org.jboss.security.federation.model.Partner
Initializes a Partner object
PlainSSOAutoLogin - Class in org.jboss.security.valve
The SSOAutoLogin Tomcat Form Authenticator intercepts requests and checks the presence of an SSOToken domain cookie.
PlainSSOAutoLogin() - Constructor for class org.jboss.security.valve.PlainSSOAutoLogin
 
PlainSSOAutoLogout - Class in org.jboss.security.valve
The SSOAutoLogout monitors an SSO session and performs automatic logout when user supposedly logs out of a federated site This helps with federated logout across all the possibly federated sessions

This valve is to be used for non-JAAS based authentication mechanisms
PlainSSOAutoLogout() - Constructor for class org.jboss.security.valve.PlainSSOAutoLogout
 
PlainSSOTokenManager - Class in org.jboss.security.valve
The SSOTokenManager Tomcat Valve intercepts requests and checks the presence of an SSOToken domain cookie If the user is logged in (Principal is set) and an SSOToken domain cookie does not exist, it creates one for this user for the duration of this session.
PlainSSOTokenManager() - Constructor for class org.jboss.security.valve.PlainSSOTokenManager
 
PostServlet - Class in test.post
The Federation Server.
PostServlet() - Constructor for class test.post.PostServlet
 
processManualLoginNotification(HttpServletRequest, String) - Static method in class org.jboss.security.saml.SSOManager
This method is used by the application to notify the SSOEngine that a particular user was manually authenticated by its authentication system.
processSSOLoginNotification(LoginContext) - Method in class org.jboss.security.idm.demo.DemoLoginProvider
 
processSSOLoginNotification(LoginContext) - Method in class org.jboss.security.idm.ldap.LDAPIdentityProvider
This notification is received from the SSO Engine when the engine performs an automatic logic based on a trusted assertion received from a partner site.
processSSOLoginNotification(LoginContext) - Method in interface org.jboss.security.idm.LoginProvider
This notification is received from the SSO Engine when the engine performs an automatic logic based on a trusted assertion received from a partner site.
ProvisioningProvider - Interface in org.jboss.security.idm
The interface org.jboss.security.idm.ProvisioningProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

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.

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