|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyManager
Interface defines basic service required by the SAML Extension implementation.
Method Summary | |
---|---|
Set<String> |
getAvailableCredentials()
Method provides list of all credentials available in the storage. |
X509Certificate |
getCertificate(String alias)
Returns certificate with the given alias from the keystore. |
org.opensaml.xml.security.credential.Credential |
getCredential(String keyName)
Returns Credential object used to sign the messages issued by this entity. |
org.opensaml.xml.security.credential.Credential |
getDefaultCredential()
Returns Credential object used to sign the messages issued by this entity. |
String |
getDefaultCredentialName()
Method provides name of the credential which should be used by default when no other is specified. |
Methods inherited from interface org.opensaml.xml.security.Resolver |
---|
resolve, resolveSingle |
Method Detail |
---|
org.opensaml.xml.security.credential.Credential getCredential(String keyName)
keyName
- name of the key to use, in case of null default key is used
org.opensaml.xml.security.credential.Credential getDefaultCredential()
String getDefaultCredentialName()
Set<String> getAvailableCredentials()
X509Certificate getCertificate(String alias)
alias
- alias of certificate to find
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |