Uses of Class
org.jboss.seam.security.external.saml.SamlExternalEntity

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

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

Methods in org.jboss.seam.security.external.saml that return SamlExternalEntity
abstract  SamlExternalEntity SamlEntityBean.addExternalSamlEntity(Reader reader)
           
 SamlExternalEntity SamlDialogue.getExternalProvider()
           
abstract  SamlExternalEntity SamlEntityBean.getExternalSamlEntityByEntityId(String entityId)
           
 

Methods in org.jboss.seam.security.external.saml that return types with arguments of type SamlExternalEntity
abstract  List<SamlExternalEntity> SamlEntityBean.getExternalSamlEntities()
           
 

Methods in org.jboss.seam.security.external.saml with parameters of type SamlExternalEntity
 void SamlMessageSender.sendRequest(SamlExternalEntity samlProvider, SamlProfile profile, RequestAbstractType samlRequest, HttpServletResponse response)
           
 void SamlMessageSender.sendResponse(SamlExternalEntity samlProvider, StatusResponseType samlResponse, SamlProfile profile, HttpServletResponse response)
           
 void SamlDialogue.setExternalProvider(SamlExternalEntity externalProvider)
           
 

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

Methods in org.jboss.seam.security.external.saml.api that return SamlExternalEntity
 SamlExternalEntity SamlEntityConfigurationApi.addExternalSamlEntity(Reader reader)
          This method can be used to add an external SAML entity that is trusted by the entity that is being configured.
 SamlExternalEntity SamlEntityConfigurationApi.getExternalSamlEntityByEntityId(String entityId)
          Gets the detailed of a trusted external entity, that has been added previously by calling SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader).
 

Methods in org.jboss.seam.security.external.saml.api that return types with arguments of type SamlExternalEntity
 List<SamlExternalEntity> SamlEntityConfigurationApi.getExternalSamlEntities()
          Gets a list of all external entities that have been added previously by calling SamlEntityConfigurationApi.addExternalSamlEntity(java.io.Reader).
 

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

Subclasses of SamlExternalEntity in org.jboss.seam.security.external.saml.idp
 class SamlExternalServiceProvider
           
 

Methods in org.jboss.seam.security.external.saml.idp that return types with arguments of type SamlExternalEntity
 List<SamlExternalEntity> SamlIdpBean.getExternalSamlEntities()
           
 

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

Subclasses of SamlExternalEntity in org.jboss.seam.security.external.saml.sp
 class SamlExternalIdentityProvider
           
 

Methods in org.jboss.seam.security.external.saml.sp that return types with arguments of type SamlExternalEntity
 List<SamlExternalEntity> SamlSpBean.getExternalSamlEntities()
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.