|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openpermis.xacml.io.XacmlStatus
public class XacmlStatus
Field Summary | |
---|---|
private String |
code
|
private String |
message
|
static String |
MISSING_ATTRIBUTE
Indicates that all the attributes necessary to make a policy decision were not available. |
static String |
OK
Indicates success. |
static String |
PROCESSING_ERROR
Indicates that an error occurred during policy evaluation. |
static String |
STATUS
Status header. |
static String |
SYNTAX_ERROR
Indicates that some attribute value contained a syntax error. |
Constructor Summary | |
---|---|
XacmlStatus(String code)
Creates a new status with code. |
|
XacmlStatus(String code,
String message)
Creates a new status with code and detailed message. |
Method Summary | |
---|---|
String |
getCode()
Returns the code. |
String |
getMessage()
Returns the message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String STATUS
"urn:oasis:names:tc:xacml:1.0:status:"
public static final String OK
"urn:oasis:names:tc:xacml:1.0:status:ok"
public static final String MISSING_ATTRIBUTE
"urn:oasis:names:tc:xacml:1.0:status:missing-attribute"
public static final String SYNTAX_ERROR
"urn:oasis:names:tc:xacml:1.0:status:syntax-error"
public static final String PROCESSING_ERROR
"urn:oasis:names:tc:xacml:1.0:status:processing-error"
private String code
private String message
Constructor Detail |
---|
public XacmlStatus(String code)
code
- the status code.public XacmlStatus(String code, String message)
code
- the status code.message
- the status message.Method Detail |
---|
public String getCode()
public String getMessage()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:15:45
Copyright (c) 2002-2007 Ergon Informatik AG