org.apache.rahas.impl.util
Interface SAMLCallback

All Known Implementing Classes:
SAMLAttributeCallback, SAMLNameIdentifierCallback

public interface SAMLCallback

All SAML data retrieving call backs will implement this interface


Field Summary
static int ATTR_CALLBACK
          Attribute callback
static int NAME_IDENTIFIER_CALLBACK
          Subject name identifier
 
Method Summary
 int getCallbackType()
          Returns the type of callback
 

Field Detail

ATTR_CALLBACK

static final int ATTR_CALLBACK
Attribute callback

See Also:
Constant Field Values

NAME_IDENTIFIER_CALLBACK

static final int NAME_IDENTIFIER_CALLBACK
Subject name identifier

See Also:
Constant Field Values
Method Detail

getCallbackType

int getCallbackType()
Returns the type of callback

Returns: