public class SamlExternalServiceProvider extends SamlExternalEntity
| Constructor and Description |
|---|
SamlExternalServiceProvider(String entityId,
SPSSODescriptorType sPSSODescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SamlService |
getService(SamlProfile service) |
boolean |
isAuthnRequestsSigned() |
boolean |
isWantAssertionsSigned() |
void |
setAuthnRequestsSigned(boolean authnRequestsSigned) |
void |
setWantAssertionsSigned(boolean wantAssertionsSigned) |
equals, getEntityId, getPublicKey, hashCodepublic SamlExternalServiceProvider(String entityId, SPSSODescriptorType sPSSODescriptor)
public SamlService getService(SamlProfile service)
getService in class SamlExternalEntitypublic boolean isWantAssertionsSigned()
public void setWantAssertionsSigned(boolean wantAssertionsSigned)
public boolean isAuthnRequestsSigned()
public void setAuthnRequestsSigned(boolean authnRequestsSigned)
Copyright © 2013 Seam Framework. All Rights Reserved.