|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.security.SAMLMDCredentialContext
public class SAMLMDCredentialContext
A credential context for credentials resolved from a KeyInfo that was found in
SAML 2 metadata.
| Field Summary | |
|---|---|
private List<EncryptionMethod> |
encMethods
Encryption methods associated with the credential. |
private KeyDescriptor |
keyDescriptor
Key descriptor which contained the KeyInfo used. |
private RoleDescriptor |
role
Role in which credential was resolved. |
| Constructor Summary | |
|---|---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private KeyDescriptor keyDescriptor
private RoleDescriptor role
private List<EncryptionMethod> encMethods
| Constructor Detail |
|---|
public SAMLMDCredentialContext(KeyDescriptor descriptor)
descriptor - the KeyDescriptor context from which a credential was resolved| Method Detail |
|---|
public KeyDescriptor getKeyDescriptor()
public List<EncryptionMethod> getEncryptionMethod()
EncryptionMethod's associated with credential context.
public RoleDescriptor getRoleDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||