Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.Entitlement
-
Packages that use Entitlement Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of Entitlement in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type Entitlement Modifier and Type Method Description List<Entitlement>User. getEntitlements()A list of entitlements for the user that represent a thing the user has.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Entitlement Modifier and Type Method Description voidUser. addEntitlement(Entitlement entitlement)A list of entitlements for the user that represent a thing the user has.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type Entitlement Modifier and Type Method Description voidUser. setEntitlements(List<Entitlement> entitlements)A list of entitlements for the user that represent a thing the user has.
-