Uses of Class
br.ufsc.labsec.signature.signer.a3.psc.PSC.SignatureScope
Package | Description |
---|---|
br.ufsc.labsec.signature.signer.a3 | |
br.ufsc.labsec.signature.signer.a3.psc |
-
Uses of PSC.SignatureScope in br.ufsc.labsec.signature.signer.a3
Fields in br.ufsc.labsec.signature.signer.a3 declared as PSC.SignatureScope Modifier and Type Field Description protected PSC.SignatureScope
PSCHelper. scope
Methods in br.ufsc.labsec.signature.signer.a3 with parameters of type PSC.SignatureScope Modifier and Type Method Description String
PSCHelper. generateAuthURL(String verifier, String state, PSC.SignatureScope scope)
Cria a URL que será utilizada na requisição para obter autorização do usuário -
Uses of PSC.SignatureScope in br.ufsc.labsec.signature.signer.a3.psc
Methods in br.ufsc.labsec.signature.signer.a3.psc that return PSC.SignatureScope Modifier and Type Method Description static PSC.SignatureScope
PSC.SignatureScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static PSC.SignatureScope[]
PSC.SignatureScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.