org.jboss.seam.security.external.saml.idp
Class SamlExternalServiceProvider

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlExternalEntity
      extended by org.jboss.seam.security.external.saml.idp.SamlExternalServiceProvider

public class SamlExternalServiceProvider
extends SamlExternalEntity

Author:
Marcel Kolsteren

Constructor Summary
SamlExternalServiceProvider(String entityId, SPSSODescriptorType SPSSODescriptor)
           
 
Method Summary
 SamlService getService(SamlProfile service)
           
 boolean isAuthnRequestsSigned()
           
 boolean isWantAssertionsSigned()
           
 void setAuthnRequestsSigned(boolean authnRequestsSigned)
           
 void setWantAssertionsSigned(boolean wantAssertionsSigned)
           
 
Methods inherited from class org.jboss.seam.security.external.saml.SamlExternalEntity
equals, getEntityId, getPublicKey, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlExternalServiceProvider

public SamlExternalServiceProvider(String entityId,
                                   SPSSODescriptorType SPSSODescriptor)
Method Detail

getService

public SamlService getService(SamlProfile service)
Specified by:
getService in class SamlExternalEntity

isWantAssertionsSigned

public boolean isWantAssertionsSigned()

setWantAssertionsSigned

public void setWantAssertionsSigned(boolean wantAssertionsSigned)

isAuthnRequestsSigned

public boolean isAuthnRequestsSigned()

setAuthnRequestsSigned

public void setAuthnRequestsSigned(boolean authnRequestsSigned)


Copyright © 2011 Seam Framework. All Rights Reserved.