Uses of Class
com.soffid.iam.api.sso.Secret
-
Packages that use Secret Package Description com.soffid.iam.api.sso com.soffid.iam.sync.service es.caib.seycon.ng.comu.sso -
-
Uses of Secret in com.soffid.iam.api.sso
Methods in com.soffid.iam.api.sso that return Secret Modifier and Type Method Description static Secret
Secret. toSecret(Secret vo)
Creates a Secret value object based on a Secret object.static Secret[]
Secret. toSecretArray(Secret[] source)
Creates a Secret array on a Secret array.Methods in com.soffid.iam.api.sso that return types with arguments of type Secret Modifier and Type Method Description static AsyncList<Secret>
Secret. toSecretAsyncList(AsyncList<Secret> source)
Creates a Secret asynclist on a Secret collection.static PagedResult<Secret>
Secret. toSecretList(PagedResult<Secret> source)
Creates a Secret pagedResult on a Secret collection.static List<Secret>
Secret. toSecretList(Collection<Secret> source)
Creates a Secret list on a Secret collection.Methods in com.soffid.iam.api.sso with parameters of type Secret Modifier and Type Method Description static void
Secret. toSecret(Secret source, Secret target)
Updates a Secret value object based on a Secret object.Constructors in com.soffid.iam.api.sso with parameters of type Secret Constructor Description Secret(Secret otherBean)
-
Uses of Secret in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type Secret Modifier and Type Method Description List<Secret>
SecretStoreService. getAllSecrets(User user)
Operation getAllSecretsList<Secret>
SecretStoreService. getSecrets(User user)
Operation getSecretsCollection<Secret>
ServerService. getUserSecrets(long userId)
Operation getUserSecrets -
Uses of Secret in es.caib.seycon.ng.comu.sso
Methods in es.caib.seycon.ng.comu.sso with parameters of type Secret Modifier and Type Method Description static Secret
Secret. toSecret(Secret vo)
Creates a Secret value object based on a Secret object.static void
Secret. toSecret(Secret source, Secret target)
Updates a Secret value object based on a Secret object.static Secret[]
Secret. toSecretArray(Secret[] source)
Creates a Secret array on a Secret array.Method parameters in es.caib.seycon.ng.comu.sso with type arguments of type Secret Modifier and Type Method Description static AsyncList<Secret>
Secret. toSecretAsyncList(AsyncList<Secret> source)
Creates a Secret asynclist on a Secret collection.static PagedResult<Secret>
Secret. toSecretList(PagedResult<Secret> source)
Creates a Secret pagedResult on a Secret collection.static List<Secret>
Secret. toSecretList(Collection<Secret> source)
Creates a Secret list on a Secret collection.
-