Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.user
Interface ISCSUserSecurityObject

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable
All Known Subinterfaces:
ISCSUserAccount, ISCSUserRole

public interface ISCSUserSecurityObject
extends ISCSObject

Superclass of the security objects (roles, accounts)


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary
static int RIGHT_ADMINISTRATIVE
           
static int RIGHT_READ
           
static int RIGHT_READ_WRITE
           
static int RIGHT_READ_WRITE_DELETE
           

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 int getAccessRights()
           
 java.lang.String getName()
           
 void setAccessRights(int rights)
           
 void setName(java.lang.String name)
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Field Detail

RIGHT_READ

static final int RIGHT_READ
See Also:
Constant Field Values

RIGHT_READ_WRITE

static final int RIGHT_READ_WRITE
See Also:
Constant Field Values

RIGHT_READ_WRITE_DELETE

static final int RIGHT_READ_WRITE_DELETE
See Also:
Constant Field Values

RIGHT_ADMINISTRATIVE

static final int RIGHT_ADMINISTRATIVE
See Also:
Constant Field Values

Method Detail

getAccessRights

int getAccessRights()
Returns:
a number describing the access rights, either RIGHT_READ, RIGHT_READ_WRITE, RIGHT_READ_WRITE_DELETE or RIGHT_ADMINISTRATIVE

setAccessRights

void setAccessRights(int rights)
Parameters:
rights - the number describing the access rights

getName

java.lang.String getName()
Returns:
the name of the security object

setName

void setName(java.lang.String name)
Parameters:
name - the name of the security object

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.