Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.ScimX509Certificate
-
Packages that use ScimX509Certificate Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of ScimX509Certificate in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type ScimX509Certificate Modifier and Type Method Description List<ScimX509Certificate>User. getX509Certificates()A list of certificates associated with the resource (e.g., a User).Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type ScimX509Certificate Modifier and Type Method Description voidUser. addX509Certificate(ScimX509Certificate x509Certificate)A list of certificates associated with the resource (e.g., a User).Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type ScimX509Certificate Modifier and Type Method Description voidUser. setX509Certificates(List<ScimX509Certificate> x509Certificates)A list of certificates associated with the resource (e.g., a User).
-