Interface SecurityTokenProvider<T>
-
public interface SecurityTokenProvider<T>
A SecurityTokenProvider is a object which provides a Token for cryptographic operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
T
getSecurityToken()
Returns the represented SecurityToken of this object
-
-
-
Method Detail
-
getSecurityToken
T getSecurityToken() throws XMLSecurityException
Returns the represented SecurityToken of this object- Returns:
- The SecurityToken
- Throws:
XMLSecurityException
- if the token couldn't be loaded
-
getId
java.lang.String getId()
-
-