public abstract class AbstractSAMLProfile extends Object
Constructor and Description |
---|
AbstractSAMLProfile(org.opensaml.saml2.metadata.Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
org.opensaml.saml2.encryption.Decrypter |
getDecrypter() |
org.opensaml.saml2.metadata.Endpoint |
getEndpoint() |
abstract String |
getProfileIdentifier() |
org.opensaml.xml.signature.SignatureTrustEngine |
getTrustEngine() |
void |
setDecrypter(org.opensaml.saml2.encryption.Decrypter decrypter) |
void |
setTrustEngine(org.opensaml.xml.signature.SignatureTrustEngine trustEngine) |
public AbstractSAMLProfile(org.opensaml.saml2.metadata.Endpoint endpoint)
public abstract String getProfileIdentifier()
public org.opensaml.saml2.metadata.Endpoint getEndpoint()
public org.opensaml.xml.signature.SignatureTrustEngine getTrustEngine()
public void setTrustEngine(org.opensaml.xml.signature.SignatureTrustEngine trustEngine)
public org.opensaml.saml2.encryption.Decrypter getDecrypter()
public void setDecrypter(org.opensaml.saml2.encryption.Decrypter decrypter)
Copyright © 2015 Nuxeo SA. All rights reserved.