com.sun.identity.saml.assertion
Class AuthorityBinding.AuthorityKindType

java.lang.Object
  extended bycom.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
Enclosing class:
AuthorityBinding

public static class AuthorityBinding.AuthorityKindType
extends java.lang.Object

The AuthorityKindType is an inner class defining constants for the representing the type of SAML protocol queries to which the authority described by this element will respond.
1 implies AUTHENTICATION
2 implies ATTRIBUTE
3 implies AUTHORIZATION
-1 implies NOT_SUPPORTED


Field Summary
static int ATTRIBUTE
          Attribute Query.
static int AUTHENTICATION
          Authentication Query.
static int AUTHORIZATION
          Authorization Decision Query.
static int NOT_SUPPORTED
          Unsupported Query.
 
Constructor Summary
AuthorityBinding.AuthorityKindType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHENTICATION

public static final int AUTHENTICATION
Authentication Query.

See Also:
Constant Field Values

ATTRIBUTE

public static final int ATTRIBUTE
Attribute Query.

See Also:
Constant Field Values

AUTHORIZATION

public static final int AUTHORIZATION
Authorization Decision Query.

See Also:
Constant Field Values

NOT_SUPPORTED

public static final int NOT_SUPPORTED
Unsupported Query.

See Also:
Constant Field Values
Constructor Detail

AuthorityBinding.AuthorityKindType

public AuthorityBinding.AuthorityKindType()


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.