-
public interface IdentityRepoInterface to provide Identities related functionality
-
-
Method Summary
Modifier and Type Method Description abstract IdentitySetgetIdentitySet()abstract booleanhasIdentity(@NonNull() String Key)checks if a given key is an identity or not -
-
Method Detail
-
getIdentitySet
abstract IdentitySet getIdentitySet()
-
hasIdentity
abstract boolean hasIdentity(@NonNull() String Key)
checks if a given key is an identity or not
- Parameters:
Key- - String value of key
-
-
-
-