com.sun.xml.wss.saml.assertion.saml20.jaxb20
Interface StatementType


public interface StatementType

Author:
abhijit.das

Field Summary
static int ATTRIBUTE_STATEMENT
          The Statement is an Attribute Statement.
static int AUTHENTICATION_STATEMENT
          The Statement is an Authentication Statement.
static int AUTHORIZATION_DECISION_STATEMENT
          The Statement is an Authorization Decision Statement.
static int NOT_SUPPORTED
          The Statement is not supported.
 

Field Detail

NOT_SUPPORTED

static final int NOT_SUPPORTED
The Statement is not supported.

See Also:
Constant Field Values

AUTHENTICATION_STATEMENT

static final int AUTHENTICATION_STATEMENT
The Statement is an Authentication Statement.

See Also:
Constant Field Values

AUTHORIZATION_DECISION_STATEMENT

static final int AUTHORIZATION_DECISION_STATEMENT
The Statement is an Authorization Decision Statement.

See Also:
Constant Field Values

ATTRIBUTE_STATEMENT

static final int ATTRIBUTE_STATEMENT
The Statement is an Attribute Statement.

See Also:
Constant Field Values


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.