Uses of Class
org.gcube.common.authorization.utils.secret.Secret
-
-
Uses of Secret in org.gcube.common.authorization.utils.clientid
Methods in org.gcube.common.authorization.utils.clientid that return Secret Modifier and Type Method Description SecretClientIDManager. getSecret(String context)SecretClientIDManager. renew(String context)SecretRenewalProvider. renew(String context) -
Uses of Secret in org.gcube.common.authorization.utils.manager
Methods in org.gcube.common.authorization.utils.manager that return types with arguments of type Secret Modifier and Type Method Description SortedSet<Secret>SecretHolder. getSecrets()Methods in org.gcube.common.authorization.utils.manager with parameters of type Secret Modifier and Type Method Description voidSecretHolder. addSecret(Secret secret)voidSecretManager. addSecret(Secret secret)voidSecretManager. startSession(Secret secret)Method parameters in org.gcube.common.authorization.utils.manager with type arguments of type Secret Modifier and Type Method Description voidSecretHolder. addSecrets(Collection<Secret> secrets)voidSecretManager. startSession(Collection<Secret> secrets)Constructors in org.gcube.common.authorization.utils.manager with parameters of type Secret Constructor Description SecretHolder(Secret secret)Constructor parameters in org.gcube.common.authorization.utils.manager with type arguments of type Secret Constructor Description SecretHolder(Collection<Secret> secrets) -
Uses of Secret in org.gcube.common.authorization.utils.provider
Methods in org.gcube.common.authorization.utils.provider that return Secret Modifier and Type Method Description SecretSecretProvider. getSecret() -
Uses of Secret in org.gcube.common.authorization.utils.secret
Subclasses of Secret in org.gcube.common.authorization.utils.secret Modifier and Type Class Description classGCubeSecretclassJWTSecretMethods in org.gcube.common.authorization.utils.secret that return Secret Modifier and Type Method Description static SecretSecretUtility. getSecretByTokenString(String token)Deprecated.Methods in org.gcube.common.authorization.utils.secret with parameters of type Secret Modifier and Type Method Description intSecret. compareTo(Secret obj) -
Uses of Secret in org.gcube.common.authorization.utils.socialservice
Methods in org.gcube.common.authorization.utils.socialservice with parameters of type Secret Modifier and Type Method Description UserSocialService. getUser(Secret secret)
-