Package | Description |
---|---|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
void |
X509SubjectAttributeAuthorityMapper.authenticateRequester(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query requester is valid.
|
void |
AttributeAuthorityMapper.authenticateRequester(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query requester is valid.
|
void |
DefaultAttributeAuthorityMapper.authenticateRequester(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query requester is valid.
|
List |
X509SubjectAttributeAuthorityMapper.getAttributes(Object identity,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns attributes of the specifed identity.
|
List |
AttributeAuthorityMapper.getAttributes(Object identity,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns attributes of the specifed identity.
|
List |
DefaultAttributeAuthorityMapper.getAttributes(Object identity,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns attributes of the specifed identity.
|
Object |
X509SubjectAttributeAuthorityMapper.getIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns an identity that matches the subject in the attribute query.
|
Object |
AttributeAuthorityMapper.getIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns an identity that matches the subject in the attribute query.
|
Object |
DefaultAttributeAuthorityMapper.getIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Returns an identity that matches the subject in the attribute query.
|
void |
X509SubjectAttributeAuthorityMapper.validateAttributeQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query is valid.
|
void |
AttributeAuthorityMapper.validateAttributeQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query is valid.
|
void |
DefaultAttributeAuthorityMapper.validateAttributeQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query is valid.
|
Modifier and Type | Method and Description |
---|---|
static String |
AttributeQueryUtil.getIdentity(AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm) |
static String |
AttributeQueryUtil.getIdentityFromDataStoreX509Subject(AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm) |
static List |
AttributeQueryUtil.getUserAttributes(String userId,
AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm) |
static Response |
AttributeQueryUtil.processAttributeQuery(AttributeQuery attrQuery,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String attrAuthorityEntityID,
String realm,
String attrQueryProfileAlias)
Processes the
AttributeQuery coming
from a requester. |
static void |
AttributeQueryUtil.sendAttributeQuery(AttributeQuery attrQuery,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String attrAuthorityEntityID,
String realm,
String attrQueryProfile,
String attrProfile,
String binding)
Sends the
AttributeQuery to specified
attribute authority and returns Response coming
from the attribute authority. |
static Response |
AttributeQueryUtil.sendAttributeQuery(AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm,
String attrQueryProfile,
String attrProfile,
String binding)
Sends the
AttributeQuery to specified
attribute authority and returns Response coming
from the attribute authority. |
static void |
AttributeQueryUtil.validateEntityRequester(AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm) |
static void |
AttributeQueryUtil.verifyAttrQuerySignature(AttributeQuery attrQuery,
String attrAuthorityEntityID,
String realm)
Checks if the attribute query signature is valid.
|
Modifier and Type | Method and Description |
---|---|
AttributeQuery |
ProtocolFactory.createAttributeQuery()
Returns the
AttributeQuery Object. |
AttributeQuery |
ProtocolFactory.createAttributeQuery(Element value)
Returns the
AttributeQuery Object. |
AttributeQuery |
ProtocolFactory.createAttributeQuery(String value)
Returns the
AttributeQuery Object. |
Modifier and Type | Class and Description |
---|---|
class |
AttributeQueryImpl |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.