public class DiscoUtils extends DiscoSDKUtils
AUTHN_STMT, bundle, CREDENTIALS, CREDENTIALS_OBJ, debug, OFFERINGS, RES_SESSION_STMT, RES_STMT, SESSION_STMT
Modifier and Type | Method and Description |
---|---|
static Map |
checkPolicyAndHandleDirectives(String userDN,
Message message,
Collection results,
Authorizer authorizer,
SessionContext invoSession,
String wscID,
Object token)
Checks policy and returns resource offerings and credentials.
|
getDisco11Factory, getDiscoEntryFactory, getDiscoFactory, getDiscoMarshaller, getDiscoUnmarshaller, parseOptions, parseStatus, parseXML
public static Map checkPolicyAndHandleDirectives(String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token)
userDN
- user DNmessage
- soap request Message
received.results
- Collection
of InsertEntryType
objects.authorizer
- Authorizer
object.invoSession
- SessionContext
wscID
- web service client ID.token
- token of this soap session.Key:OFFERINGS
Value: List ofResourceOffering
s Key:CREDENTIALS
Value: List of credentials (Assertion
s)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.