Uses of Class
org.jboss.security.idm.LoginContext

Packages that use LoginContext
org.jboss.security.idm   
org.jboss.security.idm.demo   
org.jboss.security.idm.ldap   
 

Uses of LoginContext in org.jboss.security.idm
 

Methods in org.jboss.security.idm with parameters of type LoginContext
 void LoginProvider.processSSOLoginNotification(LoginContext loginContext)
          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.
 

Uses of LoginContext in org.jboss.security.idm.demo
 

Methods in org.jboss.security.idm.demo with parameters of type LoginContext
 void DemoLoginProvider.processSSOLoginNotification(LoginContext loginContext)
           
 

Uses of LoginContext in org.jboss.security.idm.ldap
 

Methods in org.jboss.security.idm.ldap with parameters of type LoginContext
 void LDAPIdentityProvider.processSSOLoginNotification(LoginContext loginContext)
          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.