コード例 #1
0
 public OrgAuthorizationScope(Organization organization) {
   super(organization.getName());
   this.organization = organization;
 }