Package uk.gov.ida.saml.core.domain
Class SamlAttributeQueryAssertionEncrypter
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.outbound.decorators.AbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>
-
- uk.gov.ida.saml.core.domain.SamlAttributeQueryAssertionEncrypter
-
public class SamlAttributeQueryAssertionEncrypter extends AbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>
-
-
Field Summary
-
Fields inherited from class uk.gov.ida.saml.core.transformers.outbound.decorators.AbstractAssertionEncrypter
credentialResolver, encrypterFactory, entityToEncryptForLocator
-
-
Constructor Summary
Constructors Constructor Description SamlAttributeQueryAssertionEncrypter(KeyStoreBackedEncryptionCredentialResolver credentialResolver, EncrypterFactory encrypterFactory, EntityToEncryptForLocator entityToEncryptForLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<org.opensaml.saml.saml2.core.Assertion>getAssertions(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)protected java.util.List<org.opensaml.saml.saml2.core.EncryptedAssertion>getEncryptedAssertions(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)protected java.lang.StringgetRequestId(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)-
Methods inherited from class uk.gov.ida.saml.core.transformers.outbound.decorators.AbstractAssertionEncrypter
encryptAssertions
-
-
-
-
Constructor Detail
-
SamlAttributeQueryAssertionEncrypter
@Inject public SamlAttributeQueryAssertionEncrypter(KeyStoreBackedEncryptionCredentialResolver credentialResolver, EncrypterFactory encrypterFactory, EntityToEncryptForLocator entityToEncryptForLocator)
-
-
Method Detail
-
getRequestId
protected java.lang.String getRequestId(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)
- Specified by:
getRequestIdin classAbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>
-
getEncryptedAssertions
protected java.util.List<org.opensaml.saml.saml2.core.EncryptedAssertion> getEncryptedAssertions(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)
- Specified by:
getEncryptedAssertionsin classAbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>
-
getAssertions
protected java.util.List<org.opensaml.saml.saml2.core.Assertion> getAssertions(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)
- Specified by:
getAssertionsin classAbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>
-
-