public interface ComponentOwner extends CloneableObject
Title: Service Event Fabric Core
Description: Defines an owner (user or group) of the Fabric Component.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
CIString |
getName()
Returns the name of the owner.
|
SecurityContext |
getSecurityContext()
Returns a Security Context associated with the owner.
|
boolean |
isAdministrator()
Checks if the owner has administrator rights.
|
boolean |
isSudoCapable()
Checks if the owner is a sudo capable user.
|
clone
CIString getName()
SecurityContext getSecurityContext()
null
.null
if the owner has no active Fabric components bound to it.boolean isSudoCapable()
true
if the owner is a sudo capable user, false
otherwise.boolean isAdministrator()
true
if the owner has administrator rights, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.