@Generated(value="org.immutables.processor.ProxyProcessor") public final class ExternalGroupMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalGroupMapping.Builder
Builds instances of type
ExternalGroupMapping. |
| Modifier and Type | Method and Description |
|---|---|
static ExternalGroupMapping.Builder |
builder()
Creates a builder for
ExternalGroupMapping. |
boolean |
equals(Object another)
This instance is equal to all instances of
ExternalGroupMapping that have equal attribute values. |
String |
getDisplayName()
The group's displayed name
|
String |
getExternalGroup()
The identifier for the group in external identity provider that needs to be mapped to internal UAA groups
|
String |
getGroupId()
The group unique ID
|
Metadata |
getMetadata()
The group's metadata
|
String |
getOrigin()
Unique alias of the identity provider
|
List<String> |
getSchemas()
The group's schemas
|
int |
hashCode()
Computes a hash code from attributes:
displayName, externalGroup, groupId, origin, metadata, schemas. |
String |
toString()
Prints the immutable value
ExternalGroupMapping with attribute values. |
public String getDisplayName()
public String getExternalGroup()
public String getGroupId()
public String getOrigin()
public Metadata getMetadata()
public boolean equals(Object another)
ExternalGroupMapping that have equal attribute values.public int hashCode()
displayName, externalGroup, groupId, origin, metadata, schemas.public String toString()
ExternalGroupMapping with attribute values.public static ExternalGroupMapping.Builder builder()
ExternalGroupMapping.
ExternalGroupMapping.builder()
.displayName(String) // required displayName
.externalGroup(String) // required externalGroup
.groupId(String) // required groupId
.origin(String) // required origin
.metadata(org.cloudfoundry.uaa.Metadata) // required metadata
.schema|addAllSchemas(String) // schemas elements
.build();
Copyright © 2020. All rights reserved.