Project Aristotle - ArisID Attribute Services
A B C D E F G H I J L M N O P Q R S T U V W X

D

dataTypeAttr - Static variable in class org.openliberty.arisid.schema.AttributeDef
 
debug(Object, Throwable) - Method in interface org.openliberty.arisid.log.ILogger
 
debug(Object) - Method in interface org.openliberty.arisid.log.ILogger
 
debug(Object, Throwable) - Method in class org.openliberty.arisid.log.JavaUtilLogImpl
 
debug(Object) - Method in class org.openliberty.arisid.log.JavaUtilLogImpl
 
debug(Object, Throwable) - Method in class org.openliberty.arisid.log.Log4JImpl
 
debug(Object) - Method in class org.openliberty.arisid.log.Log4JImpl
 
DeclarationException - Exception in org.openliberty.arisid.stack
Used for operations requested that are inconsistent with declarations.
DeclarationException() - Constructor for exception org.openliberty.arisid.stack.DeclarationException
 
DeclarationException(String) - Constructor for exception org.openliberty.arisid.stack.DeclarationException
 
DeclarationException(Throwable) - Constructor for exception org.openliberty.arisid.stack.DeclarationException
 
DeclarationException(String, Throwable) - Constructor for exception org.openliberty.arisid.stack.DeclarationException
 
decode(String) - Method in class org.openliberty.arisid.util.Base64
Decodes Base64 encoded data into byte array
decode(String) - Method in class org.openliberty.arisid.util.Base64Handler
Decodes Base64 encoded data into byte array
decode(String) - Method in interface org.openliberty.arisid.util.IBase64
Decodes Base64 encoded data into byte array
DecodeException - Exception in org.openliberty.arisid.protocol.ldap
 
DecodeException() - Constructor for exception org.openliberty.arisid.protocol.ldap.DecodeException
 
DecodeException(String) - Constructor for exception org.openliberty.arisid.protocol.ldap.DecodeException
 
DecodeException(Throwable) - Constructor for exception org.openliberty.arisid.protocol.ldap.DecodeException
 
DecodeException(String, Throwable) - Constructor for exception org.openliberty.arisid.protocol.ldap.DecodeException
 
DEF_BASE64_CLASS - Static variable in class org.openliberty.arisid.util.Base64Handler
 
DEF_LOG_CLASS - Static variable in class org.openliberty.arisid.log.LogHandler
 
DEF_WSPOLICY_CLASS - Static variable in class org.openliberty.arisid.policy.PolicyHandler
 
DEFAULT_ATTRIBUTE_SERVICE_PROVIDER - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
 
DEFAULT_BASE64_CLASS - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
 
DEFAULT_DOMERRORHANDLER - Static variable in class org.openliberty.arisid.CarmlDoc
 
DEFAULT_DOMIMPLEMENTATIONSOURCE - Static variable in class org.openliberty.arisid.CarmlDoc
This default DOMImplementationSource is used if DomImplementationSourceList is not set in Java system property org.w3c.dom.DOMImplementationSourceList
DEFAULT_DOMIMPLEMENTATIONSOURCE - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
This default DOMImplementationSource is used if DomImplementationSourceList is not set in Java system property org.w3c.dom.DOMImplementationSourceList
DEFAULT_WS_POLICY_CLASS - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
 
DELETE_VALUE - Static variable in class org.openliberty.arisidbeans.ModPropertyValue
 
DESCR_ATTR - Static variable in class org.openliberty.arisid.CarmlDoc
 
DigitalSubject - Class in org.openliberty.arisid
A DigitalSubject is the basic holder of attributes, predicates, and roles representing an Identity.
DigitalSubject(IPrincipalIdentifier, String, IAttributeValue[], PredicateValue[], String[]) - Constructor for class org.openliberty.arisid.DigitalSubject
 
DigitalSubject(IPrincipalIdentifier, String, Set<IAttributeValue>, Set<PredicateValue>, Set<String>) - Constructor for class org.openliberty.arisid.DigitalSubject
 
DigitalSubject(IPrincipalIdentifier, String, Exception) - Constructor for class org.openliberty.arisid.DigitalSubject
 
dispose() - Method in interface org.openliberty.arisid.policy.IPolicy
Called when use of this object is finished.
dispose() - Method in class org.openliberty.arisidbeans.IGFObjectManager
Releases the ArisId service handle
doAdd(IAttributeValue[], String[], Subject) - Method in interface org.openliberty.arisid.IAddInteraction
Method to allow client code to add a new Identity through the attribute services.
doAdd(IAttributeValue[], String[], Subject) - Method in class org.openliberty.arisid.Interaction
 
doAdd(IAddInteraction, IAttributeValue[], String[], Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method to allow the caller to add a new identity as defined by the Interaction object ixn and perform the add in the context of the application user.
doCompare(IPrincipalIdentifier, List<IAttributeValue>, Subject) - Method in interface org.openliberty.arisid.ICompareInteraction
The compareIdentity method is used to test a set of PredicateDef conditions (declared in the Interaction) against a subject user and return a boolean response.
doCompare(IPrincipalIdentifier, List<IAttributeValue>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doCompare(ICompareInteraction, IPrincipalIdentifier, List<IAttributeValue>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to test if certain attribute condition values are matched using both the application and the end-user context.
doDelete(IPrincipalIdentifier, Subject) - Method in interface org.openliberty.arisid.IDeleteInteraction
Method to delete a subject from the attribute service.
doDelete(IPrincipalIdentifier, IPolicy, Subject) - Method in interface org.openliberty.arisid.IDeleteInteraction
Method to delete a subject from the attribute service.
doDelete(IPrincipalIdentifier, Subject) - Method in class org.openliberty.arisid.Interaction
 
doDelete(IPrincipalIdentifier, IPolicy, Subject) - Method in class org.openliberty.arisid.Interaction
 
doDelete(IDeleteInteraction, IPrincipalIdentifier, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to delete a subject using both the application and the end-user context.
doFind(List<IAttributeValue>, Subject) - Method in interface org.openliberty.arisid.IFindInteraction
Method to find a single subject.
doFind(List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.IFindInteraction
Method to find a single subject.
doFind(List<IAttributeValue>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doFind(List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doFind(IFindInteraction, List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method to authenticate the end-user of an application.
doGet(IPrincipalIdentifier, Subject) - Method in class org.openliberty.arisid.Interaction
 
doGet(IPrincipalIdentifier, Map<String, IPolicy>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doGet(IPrincipalIdentifier, Subject) - Method in interface org.openliberty.arisid.IReadInteraction
The getIdentity method is used to retrieve attributes and properties about individuals based on the declared interaction and a subject index value.
doGet(IPrincipalIdentifier, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.IReadInteraction
The getIdentity method is used to retrieve attributes and properties about individuals based on the declared interaction and a subject index value.
doGetByRequest(HttpServletRequest, Subject) - Method in class org.openliberty.arisid.Interaction
 
doGetByRequest(HttpServletRequest, Map<String, IPolicy>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doGetByRequest(HttpServletRequest, Subject) - Method in interface org.openliberty.arisid.IReadInteraction
This getIdentityByServletReq allows the attribute service to locate information using content from the ServletRequest object such as form input, or SAML assertions to process a lookup defined in the Interaction.
doGetByRequest(HttpServletRequest, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.IReadInteraction
This getIdentityByServletReq allows the attribute service to locate information using content from the ServletRequest object such as form input, or SAML assertions to process a lookup defined in the Interaction.
doModify(IPrincipalIdentifier, IAttributeValue[], String[], Subject) - Method in interface org.openliberty.arisid.IModifyInteraction
The modify method allows attributes of a Subject to be modified within the attribute service.
doModify(IPrincipalIdentifier, IAttributeValue[], String[], Subject) - Method in class org.openliberty.arisid.Interaction
 
doModify(IModifyInteraction, IPrincipalIdentifier, IAttributeValue[], String[], Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to modify a subject based on a subject key and a set of AttributeValues described in the Interaction The request is performed under the specified user context.
doRead(IReadInteraction, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to return a DigitalSubject based on a defined Interaction and the identity of the application user.
doRead(IReadInteraction, IPrincipalIdentifier, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to return a DigitalSubject based on a defined Interaction and subjectKey index value using the Application's credential and the end-user credential.
doRead(IReadInteraction, HttpServletRequest, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
A method allowing the client app to return a DigitalSubject based on a defined Interaction and based on information passed in HTTP Headers or assertions (e.g.
doSearch(List<IAttributeValue>, Subject) - Method in class org.openliberty.arisid.Interaction
The search operation can be used for reporting purposes to locate a set of subjects that match a particular condition.
doSearch(List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in class org.openliberty.arisid.Interaction
 
doSearch(List<IAttributeValue>, Subject) - Method in interface org.openliberty.arisid.ISearchInteraction
The search operation can be used for reporting purposes to locate a set of subjects that match a particular condition.
doSearch(List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.ISearchInteraction
The search operation can be used for reporting purposes to locate a set of subjects that match a particular condition.
doSearch(IInteraction, List<IAttributeValue>, Map<String, IPolicy>, Subject) - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
The search operation can be used for reporting purposes to locate a set of subjects that match a particular condition.

OpenLiberty.org - Licensed under Apache APL 2.0
A B C D E F G H I J L M N O P Q R S T U V W X