Package 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
Modifier and TypeFieldDescriptionstatic final int
Attribute callbackstatic final int
Subject name identifier -
Method Summary
-
Field Details
-
ATTR_CALLBACK
static final int ATTR_CALLBACKAttribute callback- See Also:
-
NAME_IDENTIFIER_CALLBACK
static final int NAME_IDENTIFIER_CALLBACKSubject name identifier- See Also:
-
-
Method Details
-
getCallbackType
int getCallbackType()Returns the type of callback- Returns:
- int Indicates callback type
-