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

java.lang.Object
  |
  +--com.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
           
static int AUTHENTICATION
           
static int AUTHORIZATION
           
static int NOT_SUPPORTED
           
 
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

ATTRIBUTE

public static final int ATTRIBUTE

AUTHORIZATION

public static final int AUTHORIZATION

NOT_SUPPORTED

public static final int NOT_SUPPORTED
Constructor Detail

AuthorityBinding.AuthorityKindType

public AuthorityBinding.AuthorityKindType()