public class SAMLMDCredentialContext extends Object implements CredentialContext
KeyInfo
that was found in
SAML 2 metadata.Constructor and Description |
---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptionMethod> |
getEncryptionMethod()
Return the list of
EncryptionMethod 's associated with credential context. |
KeyDescriptor |
getKeyDescriptor()
Get the key descriptor context.
|
RoleDescriptor |
getRoleDescriptor()
Get the role descriptor context.
|
public SAMLMDCredentialContext(KeyDescriptor descriptor)
descriptor
- the KeyDescriptor context from which a credential was resolvedpublic KeyDescriptor getKeyDescriptor()
public List<EncryptionMethod> getEncryptionMethod()
EncryptionMethod
's associated with credential context.public RoleDescriptor getRoleDescriptor()
Copyright © 2018 JBoss by Red Hat. All rights reserved.