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