this.name = name; this.principals = principals; this.userGroups = userGroups; this.backendPrincipal = backendPrincipal;
returnReturns the backendPrincipal. return this.backendPrincipal;
return this.backendPrincipal;
returnReturns the name. return this.name;
return this.name;
returnReturns the principals. return this.principals;
return this.principals;
returnReturns the userGroups. return this.userGroups;
return this.userGroups;
parambackendPrincipal The backendPrincipal to set. this.backendPrincipal = backendPrincipal;
this.backendPrincipal = backendPrincipal;
paramname The name to set. this.name = name;
this.name = name;
paramprincipals The principals to set. this.principals = principals;
this.principals = principals;
paramuserGroups The userGroups to set. this.userGroups = userGroups;
this.userGroups = userGroups;