org.jboss.seam.security.external.saml.sp
Class SamlExternalIdentityProvider

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlExternalEntity
      extended by org.jboss.seam.security.external.saml.sp.SamlExternalIdentityProvider

public class SamlExternalIdentityProvider
extends SamlExternalEntity

Author:
Marcel Kolsteren

Constructor Summary
SamlExternalIdentityProvider(String entityId, IDPSSODescriptorType IDPSSODescriptor)
           
 
Method Summary
 SamlService getService(SamlProfile service)
           
 boolean isWantAuthnRequestsSigned()
           
 void setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
           
 
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

SamlExternalIdentityProvider

public SamlExternalIdentityProvider(String entityId,
                                    IDPSSODescriptorType IDPSSODescriptor)
Method Detail

getService

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

isWantAuthnRequestsSigned

public boolean isWantAuthnRequestsSigned()

setWantAuthnRequestsSigned

public void setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)


Copyright © 2011 Seam Framework. All Rights Reserved.