|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScimGroupMember.Role | |
|---|---|
| org.cloudfoundry.identity.uaa.scim | |
| org.cloudfoundry.identity.uaa.scim.jdbc | |
| Uses of ScimGroupMember.Role in org.cloudfoundry.identity.uaa.scim |
|---|
| Fields in org.cloudfoundry.identity.uaa.scim with type parameters of type ScimGroupMember.Role | |
|---|---|
static List<ScimGroupMember.Role> |
ScimGroupMember.GROUP_ADMIN
|
static List<ScimGroupMember.Role> |
ScimGroupMember.GROUP_MEMBER
|
| Methods in org.cloudfoundry.identity.uaa.scim that return ScimGroupMember.Role | |
|---|---|
static ScimGroupMember.Role |
ScimGroupMember.Role.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScimGroupMember.Role[] |
ScimGroupMember.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.cloudfoundry.identity.uaa.scim that return types with arguments of type ScimGroupMember.Role | |
|---|---|
List<ScimGroupMember.Role> |
ScimGroupMember.getRoles()
|
| Methods in org.cloudfoundry.identity.uaa.scim with parameters of type ScimGroupMember.Role | |
|---|---|
List<ScimGroupMember> |
ScimGroupMembershipManager.getMembers(String groupId,
ScimGroupMember.Role permission)
Retrieve members that have the specified authority on the group |
| Method parameters in org.cloudfoundry.identity.uaa.scim with type arguments of type ScimGroupMember.Role | |
|---|---|
void |
ScimGroupMember.setRoles(List<ScimGroupMember.Role> permissions)
|
| Constructor parameters in org.cloudfoundry.identity.uaa.scim with type arguments of type ScimGroupMember.Role | |
|---|---|
ScimGroupMember(String memberId,
ScimGroupMember.Type type,
List<ScimGroupMember.Role> roles)
|
|
| Uses of ScimGroupMember.Role in org.cloudfoundry.identity.uaa.scim.jdbc |
|---|
| Methods in org.cloudfoundry.identity.uaa.scim.jdbc with parameters of type ScimGroupMember.Role | |
|---|---|
List<ScimGroupMember> |
JdbcScimGroupMembershipManager.getMembers(String groupId,
ScimGroupMember.Role permission)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||