Uses of Class
es.caib.seycon.ng.comu.sso.Secret
-
Packages that use Secret Package Description com.soffid.iam.api.sso com.soffid.iam.sync.intf es.caib.seycon.ng.comu.sso es.caib.seycon.ng.sync.intf es.caib.seycon.ng.sync.servei -
-
Uses of Secret in com.soffid.iam.api.sso
Methods in com.soffid.iam.api.sso with parameters of type Secret Modifier and Type Method Description static SecretSecret. toSecret(Secret vo)Creates a Secret value object based on a Secret object.static voidSecret. 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 com.soffid.iam.api.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. -
Uses of Secret in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return Secret Modifier and Type Method Description Secret[]SecretStoreAgent. getSecrets(String user) -
Uses of Secret in es.caib.seycon.ng.comu.sso
Methods in es.caib.seycon.ng.comu.sso that return Secret Modifier and Type Method Description static SecretSecret. 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 es.caib.seycon.ng.comu.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 es.caib.seycon.ng.comu.sso with parameters of type Secret Modifier and Type Method Description static voidSecret. toSecret(Secret source, Secret target)Updates a Secret value object based on a Secret object.Constructors in es.caib.seycon.ng.comu.sso with parameters of type Secret Constructor Description Secret(Secret otherBean) -
Uses of Secret in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return Secret Modifier and Type Method Description Secret[]SecretStoreAgent. getSecrets(String user) -
Uses of Secret in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type Secret Modifier and Type Method Description List<Secret>SecretStoreService. getAllSecrets(Usuari user)Operation getAllSecretsList<Secret>SecretStoreService. getSecrets(Usuari user)Operation getSecretsCollection<Secret>ServerService. getUserSecrets(long userId)Operation getUserSecrets
-