Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.jps.service.policystore.info.distribution
Interface PDPAlertMessage


public interface PDPAlertMessage

PDPAlertMessage represents alert message from PDP to indicate a runtime issue on PDP. This aids the administrator find and resolve issues via the admin console.

Author:
acao

Nested Class Summary
static class PDPAlertMessage.AlertType
          ALert message type

 

Method Summary
 java.lang.String getAlertSource()
          Returns alert message source.
 PDPAlertMessage.AlertType getAlertType()
          Returns alert message type
 java.util.Date getTime()
          Returns the time when the alert raised from PDP instance

 

Method Detail

getTime

java.util.Date getTime()
Returns the time when the alert raised from PDP instance
Returns:

getAlertType

PDPAlertMessage.AlertType getAlertType()
Returns alert message type
Returns:

getAlertSource

java.lang.String getAlertSource()
Returns alert message source. For PIP type, it should be PIP service name in which issue happened; For POLICYSTORE type, it should be: 1). SINGLE: if only single policystore used; 2). READONLY/READWRITE: if multi-sites deployment.
Returns:

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.