public class SAMLMDCredentialContext extends Object implements CredentialContext
KeyInfo that was found in
SAML 2 metadata.| コンストラクタと説明 |
|---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 © 2012. All Rights Reserved.