@Generated public class RoleRoleStatus extends Object
| Constructor and Description |
|---|
RoleRoleStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RoleAuthMethod |
getAuthMethod() |
RoleIdentityType |
getIdentityType() |
Collection<RoleMembershipRole> |
getMembershipRoles() |
String |
getPostgresRole() |
int |
hashCode() |
RoleRoleStatus |
setAuthMethod(RoleAuthMethod authMethod) |
RoleRoleStatus |
setIdentityType(RoleIdentityType identityType) |
RoleRoleStatus |
setMembershipRoles(Collection<RoleMembershipRole> membershipRoles) |
RoleRoleStatus |
setPostgresRole(String postgresRole) |
String |
toString() |
public RoleRoleStatus setAuthMethod(RoleAuthMethod authMethod)
public RoleAuthMethod getAuthMethod()
public RoleRoleStatus setIdentityType(RoleIdentityType identityType)
public RoleIdentityType getIdentityType()
public RoleRoleStatus setMembershipRoles(Collection<RoleMembershipRole> membershipRoles)
public Collection<RoleMembershipRole> getMembershipRoles()
public RoleRoleStatus setPostgresRole(String postgresRole)
public String getPostgresRole()
Copyright © 2026. All rights reserved.