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

S

SecurityException - Exception in org.jboss.security
 
SecurityException() - Constructor for exception org.jboss.security.SecurityException
 
SecurityException(String) - Constructor for exception org.jboss.security.SecurityException
 
SecurityException(Exception) - Constructor for exception org.jboss.security.SecurityException
 
setActive(boolean) - Method in class org.jboss.security.idm.Identity
 
setAssertingParty(String) - Method in class org.jboss.security.saml.AuthResponse
Sets the asserting party which is a member/partner web application in the Single Sign On Federation
setAssertingParty(String) - Method in class org.jboss.security.valve.PlainSSOTokenManager
 
setAssertingParty(String) - Method in class org.jboss.security.valve.SSOTokenManager
 
setAttribute(String, Object) - Method in class org.jboss.security.idm.LoginContext
Sets a specified value corresponding to the specified name in the context
setAuthType(String) - Method in class org.jboss.security.valve.PlainSSOAutoLogin
 
setAuthType(String) - Method in class org.jboss.security.valve.SSOAutoLogin
 
setCity(String) - Method in class org.jboss.security.idm.Address
Sets the city information
setCompanyAddress(Address) - Method in class org.jboss.security.idm.Identity
 
setCompanyName(String) - Method in class org.jboss.security.idm.Identity
 
setCompanyRole(String) - Method in class org.jboss.security.idm.Identity
 
setCompanyTitle(String) - Method in class org.jboss.security.idm.Identity
 
setConf(String) - Method in class org.jboss.security.federation.service.Federation
Location of the configuration file used to configure the Federation Service
setConf(String) - Method in interface org.jboss.security.federation.service.FederationService
Location of the configuration file used to configure the Federation Service
setConf(String) - Method in class org.jboss.security.idm.IdentityManager
Sets the location where the configuration for this service can be looked up
setConf(String) - Method in interface org.jboss.security.idm.IdentityManagerService
Sets the location where the configuration for this service can be looked up
setConf(String) - Method in class org.jboss.security.saml.SSOManager
Sets the location of the configuration file for this service
setConf(String) - Method in interface org.jboss.security.saml.SSOManagerService
Sets the location of the configuration file for this service
setCountry(String) - Method in class org.jboss.security.idm.Address
Sets country information
setDomain(String) - Method in class org.jboss.security.federation.model.Partner
Sets the security ala web domain which this Partner web application is hosted in.
setEmail(String) - Method in class org.jboss.security.idm.Identity
 
setFederationServer(String) - Method in class org.jboss.security.federation.model.Partner
Sets the web address of the Federation Server that powers the security ala web domain that this partner application resides in.
setForceLogout(boolean) - Method in class org.jboss.security.valve.SSOSession
 
setFullName(String) - Method in class org.jboss.security.idm.Identity
 
setId(String) - Method in class org.jboss.security.idm.demo.DemoLoginProvider
Sets the unique id for the LoginProvider
setId(String) - Method in class org.jboss.security.idm.ldap.LDAPIdentityProvider
 
setId(String) - Method in interface org.jboss.security.idm.LoginProvider
Sets the unique id for the LoginProvider
setIdentities(Collection) - Method in class org.jboss.security.idm.Role
Sets a collection of identities which represent all users/members that belong to this role
setLogoutURL(String) - Method in class org.jboss.security.valve.PlainSSOAutoLogout
 
setLogoutURL(String) - Method in class org.jboss.security.valve.SSOAutoLogout
 
setMonitor(Boolean) - Method in class org.jboss.security.valve.SSOSession
 
setName(String) - Method in class org.jboss.security.idm.Role
Sets the name of the role
setOtherEmails(Collection) - Method in class org.jboss.security.idm.Identity
 
setPassword(byte[]) - Method in class org.jboss.security.idm.Identity
 
setPassword(String) - Method in class org.jboss.security.saml.SSOUser
Sets the password
setPhoneNumbers(Collection) - Method in class org.jboss.security.idm.Identity
 
setPostalCode(String) - Method in class org.jboss.security.idm.Address
Sets postalCode/zip information
setPrincipal(String, Principal) - Method in class org.jboss.security.valve.SSOSession
 
setProperties(Properties) - Method in class org.jboss.security.idm.demo.DemoLoginProvider
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider
setProperties(Properties) - Method in class org.jboss.security.idm.ldap.LDAPIdentityProvider
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider
setProperties(Properties) - Method in interface org.jboss.security.idm.LoginProvider
Sets any properties like LDAP URLs, JDBC configuration, etc needed to configure this particular implementation of the LoginProvider
setProperties(Properties) - Method in interface org.jboss.security.saml.SingleSignOn
This method is used to set configuration properties on the Single Sign On implementation
setProvider(String) - Method in class org.jboss.security.valve.PlainSSOAutoLogin
 
setProvider(String) - Method in class org.jboss.security.valve.SSOAutoLogin
 
setState(String) - Method in class org.jboss.security.idm.Address
Sets the state information
setStreet(String) - Method in class org.jboss.security.idm.Address
Sets the street information
setTurnOff(Boolean) - Method in class org.jboss.security.valve.SSOSession
 
setUser(SSOUser) - Method in class org.jboss.security.saml.AuthResponse
Sets the user being considered for authentication
setUserName(String) - Method in class org.jboss.security.idm.Identity
 
setUserName(String) - Method in class org.jboss.security.saml.SSOUser
Sets the username
SingleSignOn - Interface in org.jboss.security.saml
SingleSignOn interface is used to marshal/unmarshal SSO tokens.

The interface makes no assumptions about the format of the SSO token.
SSO_PASSWORD - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the password request attribute
SSO_SESSION - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the established SSO session's attribute
SSO_TOKEN - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the SSO domain level cookie
SSO_USER - Static variable in class org.jboss.security.idm.LoginContext
name of the attribute for storing the SSOUser object representing the user being authenticated by the SSO Engine
SSO_USER - Static variable in interface org.jboss.security.saml.SingleSignOn
name if the SSO User authenticated on the system.
SSO_USERNAME - Static variable in interface org.jboss.security.saml.SingleSignOn
name of the username request attribute
SSOAutoLogin - Class in org.jboss.security.valve
The SSOAutoLogin Tomcat Form Authenticator intercepts requests and checks the presence of an SSOToken domain cookie.
SSOAutoLogin() - Constructor for class org.jboss.security.valve.SSOAutoLogin
 
SSOAutoLogout - 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 JAAS based authentication mechanism
SSOAutoLogout() - Constructor for class org.jboss.security.valve.SSOAutoLogout
 
SSOException - Exception in org.jboss.security.saml
An exception thrown by the Single Sign On processing components
SSOException() - Constructor for exception org.jboss.security.saml.SSOException
Initializer
SSOException(String) - Constructor for exception org.jboss.security.saml.SSOException
Initializer
SSOException(Exception) - Constructor for exception org.jboss.security.saml.SSOException
Initializer
SSOFederationRouter - Class in org.jboss.security.valve
Created on : Feb 5, 2007
SSOFederationRouter() - Constructor for class org.jboss.security.valve.SSOFederationRouter
 
SSOFederationServer - Class in org.jboss.security.federation.servlet
The Federation Server.
SSOFederationServer() - Constructor for class org.jboss.security.federation.servlet.SSOFederationServer
 
SSOManager - Class in org.jboss.security.saml
SSOManager is an implementation of the SSOManagerService that can be managed via a jmx-console
SSOManager() - Constructor for class org.jboss.security.saml.SSOManager
Initializer
SSOManagerService - Interface in org.jboss.security.saml
The core Single Sign On service registered with the SSO system
SSOSession - Class in org.jboss.security.valve
 
SSOSession() - Constructor for class org.jboss.security.valve.SSOSession
 
SSOTokenManager - 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.
SSOTokenManager() - Constructor for class org.jboss.security.valve.SSOTokenManager
 
SSOTrustServer - Class in org.jboss.security.federation.servlet
The Federation Server's Trust Service.
SSOTrustServer() - Constructor for class org.jboss.security.federation.servlet.SSOTrustServer
 
SSOTrustServerTestCase - Class in test.jboss.security.federation
 
SSOTrustServerTestCase() - Constructor for class test.jboss.security.federation.SSOTrustServerTestCase
 
SSOUser - Class in org.jboss.security.saml
SSOUser represents the user that is being considered/processed for Single Sign On
SSOUser(String, String) - Constructor for class org.jboss.security.saml.SSOUser
 
SSOUtil - Class in org.jboss.security.sso.util
 
SSOUtil() - Constructor for class org.jboss.security.sso.util.SSOUtil
 
start() - Method in class org.jboss.security.federation.service.Federation
Starts the JMX service
start() - Method in class org.jboss.security.idm.IdentityManager
Starts the JMX service
start() - Method in class org.jboss.security.saml.SSOManager
Starts the JMX service
stop() - Method in class org.jboss.security.federation.service.Federation
Stops the JMX service
stop() - Method in class org.jboss.security.idm.IdentityManager
Stops the JMX service
stop() - Method in class org.jboss.security.saml.SSOManager
Stops the JMX service

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