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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AUTHENTICATION
public static final int AUTHENTICATION
- Authentication Query.
ATTRIBUTE
public static final int ATTRIBUTE
- Attribute Query.
AUTHORIZATION
public static final int AUTHORIZATION
- Authorization Decision Query.
NOT_SUPPORTED
public static final int NOT_SUPPORTED
- Unsupported Query.
AuthorityBinding.AuthorityKindType
public AuthorityBinding.AuthorityKindType()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.