Class InMemoryIdentityStore.Credential

java.lang.Object
cloud.piranha.micro.core.InMemoryIdentityStore.Credential
Enclosing class:
InMemoryIdentityStore

public static class InMemoryIdentityStore.Credential
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Credential​(java.lang.String callerName, java.lang.String password, java.util.List<java.lang.String> groups)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCallerName()  
    java.util.List<java.lang.String> getGroups()  
    java.lang.String getPassword()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Credential

      public Credential​(java.lang.String callerName, java.lang.String password, java.util.List<java.lang.String> groups)
  • Method Details

    • getCallerName

      public java.lang.String getCallerName()
    • getPassword

      public java.lang.String getPassword()
    • getGroups

      public java.util.List<java.lang.String> getGroups()