메소드 | 설명 | |
---|---|---|
addGroup ( |
Add groups. | |
addPermission ( |
Add permissions. | |
addUserRole ( Sulu\Bundle\SecurityBundle\Entity\UserRole $userRoles ) : Sulu\Bundle\SecurityBundle\Entity\UserRole | Add userRoles. | |
getChanged ( ) : DateTime | Get changed. | |
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | Get changer. | |
getCreated ( ) : DateTime | Get created. | |
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | Get creator. | |
getGroups ( ) : Doctrine\Common\Collections\Collection | Get groups. | |
getId ( ) : integer | Get id. | |
getName ( ) : string | Get name. | |
getPermissions ( ) : |
Get permissions. | |
getSecurityType ( ) : |
Get securityType. | |
getSetting ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface | null | Returns setting by name. | |
getSystem ( ) : string | Get system. | |
getUserRoles ( ) : Doctrine\Common\Collections\Collection | Get userRoles. | |
removeGroup ( |
Remove groups. | |
removePermission ( |
Remove permissions. | |
removeUserRole ( Sulu\Bundle\SecurityBundle\Entity\UserRole $userRoles ) | Remove userRoles. | |
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Component\Security\Authentication\RoleInterface | Set changer. | |
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Component\Security\Authentication\RoleInterface | Set creator. | |
setName ( string $name ) : Sulu\Component\Security\Authentication\RoleInterface | Set name. | |
setSecurityType ( |
Set securityType. | |
setSystem ( string $system ) : Sulu\Component\Security\Authentication\RoleInterface | Set system. |
public addGroup ( |
||
$groups | ||
리턴 | Sulu\Component\Security\Authentication\RoleInterface |
public addPermission ( |
||
$permissions | ||
리턴 | Sulu\Component\Security\Authentication\RoleInterface |
public addUserRole ( Sulu\Bundle\SecurityBundle\Entity\UserRole $userRoles ) : Sulu\Bundle\SecurityBundle\Entity\UserRole | ||
$userRoles | Sulu\Bundle\SecurityBundle\Entity\UserRole | |
리턴 | Sulu\Bundle\SecurityBundle\Entity\UserRole |
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
리턴 | Sulu\Component\Security\Authentication\UserInterface |
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface | ||
리턴 | Sulu\Component\Security\Authentication\UserInterface |
public getGroups ( ) : Doctrine\Common\Collections\Collection | ||
리턴 | Doctrine\Common\Collections\Collection |
public getPermissions ( ) : |
||
리턴 |
public getSecurityType ( ) : |
||
리턴 |
public getSetting ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface | null | ||
$key | string | |
리턴 | Sulu\Component\Security\Authentication\RoleSettingInterface | null |
public getUserRoles ( ) : Doctrine\Common\Collections\Collection | ||
리턴 | Doctrine\Common\Collections\Collection |
public removeGroup ( |
||
$groups |
public removePermission ( |
||
$permissions |
public removeUserRole ( Sulu\Bundle\SecurityBundle\Entity\UserRole $userRoles ) | ||
$userRoles | Sulu\Bundle\SecurityBundle\Entity\UserRole |
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Component\Security\Authentication\RoleInterface | ||
$changer | Sulu\Component\Security\Authentication\UserInterface | |
리턴 | Sulu\Component\Security\Authentication\RoleInterface |
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Component\Security\Authentication\RoleInterface | ||
$creator | Sulu\Component\Security\Authentication\UserInterface | |
리턴 | Sulu\Component\Security\Authentication\RoleInterface |
public setSecurityType ( |
||
$securityType | ||
리턴 | Sulu\Component\Security\Authentication\RoleInterface |