| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
X509Certificate.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
User.getX509Certificates()
Gets a list of certificates issued to the user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addX509Certificate(X509Certificate certificate)
adds or updates certificate to an existing user if the .getValue() already exists a update will be done.
|
User.Builder |
User.Builder.addX509Certificate(X509Certificate x509Certificate)
adds an X509Certificate to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deleteX509Certificate(X509Certificate certificate)
deletes the given certificate of a existing user
|
User.Builder |
User.Builder.removeX509Certificate(X509Certificate x509Certificate)
removes one single X509Certificate from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updateX509Certificate(X509Certificate oldCertificate,
X509Certificate newCertificate)
updates the old X509Certificate with the new one
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addX509Certificates(Collection<X509Certificate> x509Certificates)
Sets a collection of certificates issued to the User (See
User.getX509Certificates()). |
| Constructor and Description |
|---|
X509Certificate.Builder(X509Certificate x509Certificate)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.