Package smartrics.iotics.identity
Class SimpleIdentityManager
java.lang.Object
smartrics.iotics.identity.SimpleIdentityManager
- All Implemented Interfaces:
IdentityManager
High level class to manage a user and an agent identities plus wrapper methods to create token and twin
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnewAuthenticationToken(Duration expiry) newAuthenticationToken(Duration expiry, String audience) newTwinIdentity(String twinKeyName, String controlDelegationID) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface smartrics.iotics.identity.IdentityManager
newTwinIdentity
-
Method Details
-
newAuthenticationToken
- Specified by:
newAuthenticationTokenin interfaceIdentityManager
-
newAuthenticationToken
- Specified by:
newAuthenticationTokenin interfaceIdentityManager
-
newTwinIdentity
- Specified by:
newTwinIdentityin interfaceIdentityManager
-
agentIdentity
- Specified by:
agentIdentityin interfaceIdentityManager
-
userIdentity
- Specified by:
userIdentityin interfaceIdentityManager
-