Uses of Class
org.jboss.seam.security.external.dialogues.api.Dialogued

Packages that use Dialogued
org.jboss.seam.security.external.dialogues   
org.jboss.seam.security.external.openid   
org.jboss.seam.security.external.saml.idp   
org.jboss.seam.security.external.saml.sp   
 

Uses of Dialogued in org.jboss.seam.security.external.dialogues
 

Classes in org.jboss.seam.security.external.dialogues with annotations of type Dialogued
 class DialoguedInterceptor
           
 

Uses of Dialogued in org.jboss.seam.security.external.openid
 

Methods in org.jboss.seam.security.external.openid with annotations of type Dialogued
 void OpenIdProviderBean.authenticationFailed(HttpServletResponse response)
           
 void OpenIdProviderBean.authenticationSucceeded(String userName, HttpServletResponse response)
           
 void OpenIdRpBean.login(String identifier, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
           
 void OpenIdRpAuthenticationService.sendAuthRequest(String openId, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
           
 void OpenIdProviderBean.setAttributes(Map<String,List<String>> attributeValues, HttpServletResponse response)
           
 

Uses of Dialogued in org.jboss.seam.security.external.saml.idp
 

Methods in org.jboss.seam.security.external.saml.idp with annotations of type Dialogued
 void SamlIdpBean.authenticationFailed(HttpServletResponse response)
           
 void SamlIdpBean.authenticationSucceeded(SamlIdpSession session, HttpServletResponse response)
           
 void SamlIdpBean.globalLogout(SamlIdpSession session, HttpServletResponse response)
           
 void SamlIdpBean.remoteLogin(String spEntityId, SamlIdpSession session, String remoteUrl, HttpServletResponse response)
           
 void SamlIdpSingleSignOnService.sendAuthenticationResponseToIDP(SamlExternalIdentityProvider idp, HttpServletResponse response)
           
 

Uses of Dialogued in org.jboss.seam.security.external.saml.sp
 

Methods in org.jboss.seam.security.external.saml.sp with annotations of type Dialogued
 void SamlSpBean.globalLogout(SamlSpSession session, HttpServletResponse response)
           
 void SamlSpBean.localLogout(SamlSpSession session)
           
 void SamlSpBean.login(String idpEntityId, HttpServletResponse response)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.