parent
9e1d6501b0
commit
13125d0745
|
@ -36,6 +36,10 @@ public class AuthorizationDeniedException extends AccessDeniedException implemen
|
||||||
this.result = authorizationResult;
|
this.result = authorizationResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public AuthorizationDeniedException(String msg) {
|
||||||
|
this(msg, new AuthorizationDecision(false));
|
||||||
|
}
|
||||||
|
|
||||||
public AuthorizationResult getAuthorizationResult() {
|
public AuthorizationResult getAuthorizationResult() {
|
||||||
return this.result;
|
return this.result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue