Class InMemoryIdentityStore.Credential

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

public static class InMemoryIdentityStore.Credential extends Object
The credential.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • Credential

      public Credential(String callerName, String password, List<String> groups)
      Constructor.
      Parameters:
      callerName - the caller name.
      password - the password.
      groups - the groups.
  • Method Details

    • getCallerName

      public String getCallerName()
      Returns the caller name.
      Returns:
      the caller name
    • getPassword

      public String getPassword()
      Returns the password.
      Returns:
      the password
    • getGroups

      public List<String> getGroups()
      Returns the groups.
      Returns:
      the groups