Class FederatedUserRoleMappingEntity.Key

java.lang.Object
org.keycloak.storage.jpa.entity.FederatedUserRoleMappingEntity.Key
All Implemented Interfaces:
Serializable
Enclosing class:
FederatedUserRoleMappingEntity

public static class FederatedUserRoleMappingEntity.Key extends Object implements Serializable
See Also:
  • Field Details

    • userId

      protected String userId
    • roleId

      protected String roleId
  • Constructor Details

    • Key

      public Key()
    • Key

      public Key(String userId, String roleId)
  • Method Details

    • getUserId

      public String getUserId()
    • getRoleId

      public String getRoleId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object