Package com.xebialabs.xlrelease.views
Class RolePrincipalsView
- java.lang.Object
-
- com.xebialabs.xlrelease.views.RolePrincipalsView
-
public class RolePrincipalsView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RolePrincipalsView()RolePrincipalsView(RoleView roleview, java.util.List<UserView> rolePrincipalsView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UserView>getPrincipals()RoleViewgetRole()voidsetPrincipals(java.util.List<UserView> principals)voidsetRole(RoleView role)com.xebialabs.deployit.engine.api.security.RolePrincipalstoRolePrincipals()
-
-
-
Method Detail
-
getRole
public RoleView getRole()
-
setRole
public void setRole(RoleView role)
-
getPrincipals
public java.util.List<UserView> getPrincipals()
-
setPrincipals
public void setPrincipals(java.util.List<UserView> principals)
-
toRolePrincipals
public com.xebialabs.deployit.engine.api.security.RolePrincipals toRolePrincipals()
-
-