Class SAMLObjectEncrypter.Peer
java.lang.Object
se.swedenconnect.opensaml.xmlsec.encryption.support.SAMLObjectEncrypter.Peer
- Enclosing class:
SAMLObjectEncrypter
Represents the peer when performing encryption.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the peer entityID.org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the peer metadata.
-
Constructor Details
-
Peer
Constructor setting the entityID of the peer.- Parameters:
entityID
- peer entityID
-
Peer
public Peer(org.opensaml.saml.saml2.metadata.EntityDescriptor metadata) Constructor setting the peer metadata.- Parameters:
metadata
- peer metadata
-
-
Method Details
-
getEntityID
Gets the peer entityID.- Returns:
- the peer entityID
-
getMetadata
public org.opensaml.saml.saml2.metadata.EntityDescriptor getMetadata()Gets the peer metadata.- Returns:
- the peer metadata
-