Uses of Interface
org.jboss.seam.security.external.saml.api.SamlNameId

Packages that use SamlNameId
org.jboss.seam.security.external   
org.jboss.seam.security.external.saml   
org.jboss.seam.security.external.saml.api   
org.jboss.seam.security.external.saml.idp   
 

Uses of SamlNameId in org.jboss.seam.security.external
 

Classes in org.jboss.seam.security.external that implement SamlNameId
 class SamlNameIdImpl
           
 

Methods in org.jboss.seam.security.external that return SamlNameId
 SamlNameId SamlMultiUserIdentityProviderApi.createNameId(String value, String format, String qualifier)
           
 SamlNameId SamlPrincipalImpl.getNameId()
           
 

Methods in org.jboss.seam.security.external with parameters of type SamlNameId
 SamlIdpSession SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 void SamlPrincipalImpl.setNameId(SamlNameId nameId)
           
 

Uses of SamlNameId in org.jboss.seam.security.external.saml
 

Methods in org.jboss.seam.security.external.saml with parameters of type SamlNameId
 LogoutRequestType SamlMessageFactory.createLogoutRequest(SamlNameId samlNameId, String sessionIndex)
           
 

Uses of SamlNameId in org.jboss.seam.security.external.saml.api
 

Methods in org.jboss.seam.security.external.saml.api that return SamlNameId
 SamlNameId SamlIdentityProviderApi.createNameId(String value, String format, String qualifier)
          Creates a name identifier with the given properties.
 SamlNameId SamlPrincipal.getNameId()
          Gets the name id of the principal.
 

Methods in org.jboss.seam.security.external.saml.api with parameters of type SamlNameId
 void SamlIdentityProviderApi.localLogin(SamlNameId nameId, List<AttributeType> attributes)
          Creates a local SAML session for the user with the given name and attributes.
 

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

Methods in org.jboss.seam.security.external.saml.idp that return SamlNameId
 SamlNameId SamlIdpBean.createNameId(String value, String format, String qualifier)
           
 SamlNameId SamlIdpSingleUser.createNameId(String value, String format, String qualifier)
           
 SamlNameId SamlIdpIncomingLogoutDialogue.getNameId()
           
 

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SamlNameId
 SamlIdpSession SamlIdpBean.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 void SamlIdpSingleUser.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 void SamlIdpIncomingLogoutDialogue.setNameId(SamlNameId nameId)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.