org.apache.jetspeed.security
Interface SecurityAttribute

All Superinterfaces:
SecurityAttributeType, java.io.Serializable

public interface SecurityAttribute
extends SecurityAttributeType

Version:
$Id$

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.jetspeed.security.SecurityAttributeType
SecurityAttributeType.DataType
 
Field Summary
 
Fields inherited from interface org.apache.jetspeed.security.SecurityAttributeType
INFO_CATEGORY, JETSPEED_CATEGORY
 
Method Summary
 java.lang.String getStringValue()
           
 void setStringValue(java.lang.String value)
           
 
Methods inherited from interface org.apache.jetspeed.security.SecurityAttributeType
getCategory, getDataType, getName, isReadOnly, isRegistered, isRequired
 

Method Detail

getStringValue

java.lang.String getStringValue()

setStringValue

void setStringValue(java.lang.String value)
                    throws SecurityException
Throws:
SecurityException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.