|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessEntry
Configuration for a AccessEntry
Method Summary | |
---|---|
byte[] |
getAuth()
encrypted auth |
java.lang.String |
getName()
MD5 hashed name |
java.lang.String |
getType()
MD5 hashed type |
boolean |
hasAuth()
|
boolean |
hasName()
|
boolean |
hasType()
|
void |
setAuth(byte[] auth)
|
void |
setName(java.lang.String name)
|
void |
setType(java.lang.String type)
|
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 |
Method Detail |
---|
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String type)
boolean hasType()
byte[] getAuth() throws AttributeNotSetException
AttributeNotSetException
void setAuth(byte[] auth)
boolean hasAuth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |