|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I5Profile
A user profile controls what the user can do and customizes the way the system appears to the user. A user profile contains the information that i5/OS requires to allow users to sign on to a system, to access their own customized session, including their own message and output queue, and to access functions and objects to which they have been granted authority. A user profile can be included in group profiles. In this way, all group members share access to specific objects and share ownership of objects. Group profiles can simplify many user administration tasks by allowing you to apply a single change to many users. The same I5Profile class is used to represent both user and group profile.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
I5OperatingSystem |
getI5operatingSystem()
|
java.lang.String |
getInitialMenu()
The initial menu determines what the user sees after signing on the system. |
java.lang.String |
getInitialProgram()
The initial m program determines what the user sees after signing on the system. |
int |
getLimitCapabilities()
Indicates whether the user has limited capabilities. |
java.lang.String |
getProfileName()
The name of the user profile. |
java.lang.String |
getSpecialAuthority()
A list of special authorities that the user has. |
boolean |
hasI5operatingSystem()
|
boolean |
hasInitialMenu()
|
boolean |
hasInitialProgram()
|
boolean |
hasLimitCapabilities()
|
boolean |
hasProfileName()
|
boolean |
hasSpecialAuthority()
|
void |
setI5operatingSystem(I5OperatingSystem x)
|
void |
setInitialMenu(java.lang.String x)
|
void |
setInitialProgram(java.lang.String x)
|
void |
setLimitCapabilities(int x)
|
void |
setProfileName(java.lang.String x)
|
void |
setSpecialAuthority(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getSpecialAuthority() throws AttributeNotSetException
AttributeNotSetException
void setSpecialAuthority(java.lang.String x)
boolean hasSpecialAuthority()
I5OperatingSystem getI5operatingSystem() throws AttributeNotSetException
AttributeNotSetException
void setI5operatingSystem(I5OperatingSystem x)
boolean hasI5operatingSystem()
java.lang.String getInitialProgram() throws AttributeNotSetException
AttributeNotSetException
void setInitialProgram(java.lang.String x)
boolean hasInitialProgram()
int getLimitCapabilities() throws AttributeNotSetException
AttributeNotSetException
void setLimitCapabilities(int x)
boolean hasLimitCapabilities()
java.lang.String getProfileName() throws AttributeNotSetException
AttributeNotSetException
void setProfileName(java.lang.String x)
boolean hasProfileName()
java.lang.String getInitialMenu() throws AttributeNotSetException
AttributeNotSetException
void setInitialMenu(java.lang.String x)
boolean hasInitialMenu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |