486487488489490491492493494
} } if ( lastException != null ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return null; }
517518519520521522523524525
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return new ArrayList<>( allOperations.values() ); }
544545546547548549550551
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } }
579580581582583584585586587
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return resource; }
615616617618619620621622623
646647648649650651652653654
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return new ArrayList<>( allResources.values() ); }
673674675676677678679680
708709710711712713714715716
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return userAssignment; }
758759760761762763764765766
return ua; } if ( lastException != null ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return null; }
842843844845846847848849850
} } if ( lastException != null && allFailed ) { throw new RbacManagerException( lastException.getMessage(), lastException ); } return new ArrayList<>( allUserAssignments.values() ); }