Package smartrics.iotics.identity
Interface IdentityManager
- All Known Implementing Classes:
SimpleIdentityManager
public interface IdentityManager
However agents and users identities are created, at runtime, only new tokens and new twin identities must be created.
This interface provides these methods for applications to simply manage their own identity affairs.
-
Method Summary
Modifier and TypeMethodDescriptionnewAuthenticationToken(Duration expiry) newAuthenticationToken(Duration expiry, String audience) default IdentitynewTwinIdentity(String twinKeyName) newTwinIdentity(String twinKeyName, String controlDelegationID)