Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.audit.management
Interface AuditAttribute

All Superinterfaces:
AuditLocalicableMetadata, AuditNamedMetadata

public interface AuditAttribute
extends AuditLocalicableMetadata

Nested Class Summary
static class AuditAttribute.DataType
           

 

Method Summary
 AuditAttribute.DataType getAttributeType()
          Gets Attribute type.
 MultiValueName[] getMultiValueDisplayName()
          Gets multiple value display names
 java.lang.String getNs()
          Gets namespace of AuditAttribute.
 java.lang.Integer getOrder()
          Gets order of AuditAttribute.
 int getSize()
          Gets size of multiple value attribute
 java.lang.String getVersion()
          Gets version of AuditAttribute.

 

Methods inherited from interface oracle.security.jps.service.audit.management.AuditLocalicableMetadata
getDisplayName, getDisplayName, getHelpText, getHelpText

 

Methods inherited from interface oracle.security.jps.service.audit.management.AuditNamedMetadata
getName

 

Method Detail

getAttributeType

AuditAttribute.DataType getAttributeType()
Gets Attribute type.
Returns:
type of AuditAttribute. For single value attribute, possible values are STRING,LONGSTRING,BOOLEAN,INT,LONG,DATETIME,FLOAT,DOUBLE and BINARY.

getNs

java.lang.String getNs()
Gets namespace of AuditAttribute.
Returns:
namespace value

getVersion

java.lang.String getVersion()
Gets version of AuditAttribute.
Returns:
version value

getOrder

java.lang.Integer getOrder()
Gets order of AuditAttribute.
Returns:
order of AuditAttribute, null for AuditAttribute in system component

getSize

int getSize()
Gets size of multiple value attribute
Returns:

getMultiValueDisplayName

MultiValueName[] getMultiValueDisplayName()
Gets multiple value display names
Returns:
array of MultiValueName

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.