|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.security.keyinfo.KeyInfoCredentialResolver.KeyInfoResolutionContext
public class KeyInfoCredentialResolver.KeyInfoResolutionContext
Resolution context class that can be used to supply information to the providers within a given invocation of the resolver.
Constructor Summary | |
---|---|
KeyInfoCredentialResolver.KeyInfoResolutionContext(java.util.Collection<Credential> credentials)
Constructor. |
Method Summary | |
---|---|
KeyInfo |
getKeyInfo()
Gets the KeyInfo being processed. |
java.util.List<java.lang.String> |
getKeyNames()
Get the names obtained from any KeyNames. |
Credential |
getKeyValueCredential()
Get the credential holding the key obtained from a KeyValue, if any. |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the extensible properties map. |
java.util.Collection<Credential> |
getResolvedCredentials()
Get the set of credentials already resolved by other providers. |
void |
setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo being processed. |
void |
setKeyNames(java.util.List<java.lang.String> keyNames)
Set the names from any KeyNames. |
void |
setKeyValueCredential(Credential keyValueCredential)
Set the credential holding the key obtained from a KeyValue, if any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyInfoCredentialResolver.KeyInfoResolutionContext(java.util.Collection<Credential> credentials)
credentials
- a reference to the collection in which the KeyInfo credential resolver
will store resolved credentials.Method Detail |
---|
public KeyInfo getKeyInfo()
public void setKeyInfo(KeyInfo newKeyInfo)
newKeyInfo
- The keyInfo to set.public java.util.List<java.lang.String> getKeyNames()
public void setKeyNames(java.util.List<java.lang.String> keyNames)
keyNames
- The KeyNames to set.public Credential getKeyValueCredential()
public java.util.Collection<Credential> getResolvedCredentials()
public void setKeyValueCredential(Credential keyValueCredential)
keyValueCredential
- The credential to set.public java.util.Map<java.lang.String,java.lang.Object> getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |