Dealing with AuthorizationProvider
This commit is contained in:
parent
f1daf840b0
commit
98669b25a3
|
@ -43,6 +43,10 @@ public abstract class Secret implements Comparable<Secret> {
|
||||||
|
|
||||||
public void set() throws Exception {
|
public void set() throws Exception {
|
||||||
setToken();
|
setToken();
|
||||||
|
|
||||||
|
// TODO discuss if this must be done
|
||||||
|
setAuthorizationProvider();
|
||||||
|
|
||||||
ScopeProvider.instance.set(getContext());
|
ScopeProvider.instance.set(getContext());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue