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

S

SAML_NAME_FORMAT_BASIC - Static variable in class org.openliberty.arisid.URIConst
The class of strings acceptable as the attribute name MUST be drawn from the set of values belonging to the primitive type xs:Name as that make use of this identifier.
SAML_NAME_FORMAT_UNSPECIFIED - Static variable in class org.openliberty.arisid.URIConst
The interpretation of the attribute name is left to individual implementations.
SAML_NAME_FORMAT_URI_REFERENCE - Static variable in class org.openliberty.arisid.URIConst
The attribute name follows the convention for URI references [RFC 2396], for example as used in XACML attribute identifiers.
SAML_NAME_IDENT_CONSENT_EXPLICIT - Static variable in class org.openliberty.arisid.URIConst
Indicates that a principal's consent has been explicitly obtained by the issuer of the message during the action that initiated the message.
SAML_NAME_IDENT_CONSENT_IMPLICIT - Static variable in class org.openliberty.arisid.URIConst
Indicates that a principal's consent has been implicitly obtained by the issuer of the message during the action that initiated the message, as part of a broader indication of consent.
SAML_NAME_IDENT_CONSENT_INAPPLICABLE - Static variable in class org.openliberty.arisid.URIConst
Indicates that the issuer of the message does not believe that they need to obtain or report consent.
SAML_NAME_IDENT_CONSENT_OBTAINED - Static variable in class org.openliberty.arisid.URIConst
Indicates that a principal's consent has been obtained by the issuer of the message.
SAML_NAME_IDENT_CONSENT_PRIOR - Static variable in class org.openliberty.arisid.URIConst
Indicates that a principal's consent has been obtained by the issuer of the message at some point prior to the action that initiated the message.
SAML_NAME_IDENT_CONSENT_UNAVAILABLE - Static variable in class org.openliberty.arisid.URIConst
Indicates that the issuer of the message did not obtain consent.
SAML_NAME_IDENT_CONSENT_UNSPECIFIED - Static variable in class org.openliberty.arisid.URIConst
No claim as to principal consent is being made.
SAML_NAME_IDENT_EMAIL_ADDRESS - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is in the form of an email address, specifically "addr-spec" as defined in IETF RFC 2822 [RFC 2822] Section 3.4.1.
SAML_NAME_IDENT_ENTITY - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is the identifier of an entity that provides SAML-based services (such as a SAML authority, requester, or responder) or is a participant in SAML profiles (such as a service provider supporting the browser SSO profile).
SAML_NAME_IDENT_KERBEROS_PRINCIPAL_NAME - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is in the form of a Kerberos principal name using the format name[/instance]@REALM.
SAML_NAME_IDENT_PERSISTENT - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is a persistent opaque identifier for a principal that is specific to an identity provider and a service provider or affiliation of service providers.
SAML_NAME_IDENT_TRANSIENT - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is an identifier with transient semantics and SHOULD be treated as an opaque and temporary value by the relying party.
SAML_NAME_IDENT_UNSPECIFIED - Static variable in class org.openliberty.arisid.URIConst
The interpretation of the content of the element is left to individual implementations.
SAML_NAME_IDENT_WIN_DOMAIN_QUAL_NAME - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is a Windows domain qualified name.
SAML_NAME_IDENT_X509_SUBJECT_NAME - Static variable in class org.openliberty.arisid.URIConst
Indicates that the content of the element is in the form specified for the contents of the element in the XML Signature Recommendation [XMLSig].
schemaElement - Static variable in class org.openliberty.arisid.SchemaManager
 
SchemaException - Exception in org.openliberty.arisid.stack
The requested schema could not be mapped or is undefined.
SchemaException() - Constructor for exception org.openliberty.arisid.stack.SchemaException
 
SchemaException(String) - Constructor for exception org.openliberty.arisid.stack.SchemaException
 
SchemaException(Throwable) - Constructor for exception org.openliberty.arisid.stack.SchemaException
 
SchemaException(String, Throwable) - Constructor for exception org.openliberty.arisid.stack.SchemaException
 
SchemaManager - Class in org.openliberty.arisid
SchemaManager is used to access and manipulate CarmlDoc schema such as Attributes, Predicates, Roles, and Policies.
SchemaManager(ArisIdService, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, Collection<IPolicy>) - Constructor for class org.openliberty.arisid.SchemaManager
 
schemaRef - Class in org.openliberty.arisid.schema
An abstract class corresponding to a RefType object in the CARML schema.
schemaRef(String, String, boolean, String) - Constructor for class org.openliberty.arisid.schema.schemaRef
 
schemaRef(Node) - Constructor for class org.openliberty.arisid.schema.schemaRef
 
SearchResults<E extends IGFObject> - Class in org.openliberty.arisidbeans
SearchResults is a class containing methods that are generic to any search interaction Sample call is as follows: HashMap map = new HashMap(); map.put("pageSize", "2"); SearchResults sr = userManager.searchUsers(attrFilter,map); while(sr.hasMore()) { List list = Listsr.getNextSet(); }
SearchResults(IGFObjectManager, IResultSet, Class, int) - Constructor for class org.openliberty.arisidbeans.SearchResults
 
SECURITY_CREDENTIALS - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
 
SECURITY_CREDENTIALS - Static variable in class org.openliberty.arisidbeans.IGFObjectManager
Deprecated. This will be removed in the future. Use SECURITY_CREDENTIALS instead
SECURITY_PRINCIPAL - Static variable in class org.openliberty.arisidbeans.ArisIdConstants
 
SECURITY_PRINCIPAL - Static variable in class org.openliberty.arisidbeans.IGFObjectManager
Deprecated. This will be removed in the future. Use SECURITY_PRINCIPAL instead
serialize(XMLStreamWriter) - Method in interface org.openliberty.arisid.policy.IPolicyComponent
Serializes the PolicyComponent using an XMLStreamWriter.
setAdd(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setAddValuesOnModifyConstraint(IAttributeValue) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
Used to change the way a modify request works so that specific values listed can be added without having to replace all existing values.
setAddValuesOnModifyConstraint(IAttributeValue) - Method in class org.openliberty.arisid.policy.PolicyHandler
Used to change the way a modify request works so that specific values listed can be added without having to replace all existing values.
setApplicationNameId(String) - Method in class org.openliberty.arisid.CarmlDoc
Sets the Application Name Identifier.
setAppURI(URI) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.setCarmlURI(URI) instead
setAttribute(boolean) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setAttribute(ModPropertyValue, Principal) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes value of the Subject in Attribute Authority.
setAttribute(ModPropertyValue) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes value of the Subject in Attribute Authority.
setAttributes(List<ModPropertyValue>, Principal) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes values of the Subject in Attribute Authority.
setAttributes(List<ModPropertyValue>) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes values of the Subject in Attribute Authority.
setAttributeValue(String, String, Principal) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes value of the Subject in Attribute Authority for the supplied attribute name and value It goes through each modify interaction and checks if the supplied attribute can be modified in that interaction.
setAttributeValue(String, String) - Method in class org.openliberty.arisidbeans.IGFObject
Modifies the attributes value of the Subject in Attribute Authority for the supplied attribute name and value It goes through each modify interaction and checks if the supplied attribute can be modified in that interaction.
setAttrNameRef(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setAttrRefCount(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setBinary(boolean) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setCarmlURI(URI) - Method in class org.openliberty.arisid.CarmlDoc
Sets the unique URI for the CARML document.
setCompare(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setCompareOperator(String) - Method in class org.openliberty.arisid.AttributeFilterValue
 
setCompareOperator(String) - Method in interface org.openliberty.arisid.IFilterValue
If the Filter is dynamic (the comparison can be set at runtime), allows the comparison value to be set in conjunction with the filter value.
setCompareOperator(String) - Method in class org.openliberty.arisidbeans.PropertyFilterValue
Set the Compare Operator
setDelete(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setDeleteValuesOnModifyConstraint(IAttributeValue) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
Used to change the way a modify request works so that specific values listed can be deleted.
setDeleteValuesOnModifyConstraint(IAttributeValue) - Method in class org.openliberty.arisid.policy.PolicyHandler
Used to change the way a modify request works so that specific values listed can be deleted.
setDescription(String) - Method in class org.openliberty.arisid.CarmlDoc
Sets the description for the CARML declaration document.
setDescription(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setDescription(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setDynamicConstraints(String, IPolicy) - Method in interface org.openliberty.arisid.protocol.ldap.IPrivacyControl
Set dynamic transaction constraints.
setDynamicConstraints(Map<String, IPolicy>) - Method in interface org.openliberty.arisid.protocol.ldap.IPrivacyControl
Set dynamic transaction constraints.
setDynamicConstraints(String, IPolicy) - Method in class org.openliberty.arisid.protocol.ldap.PrivacyControl
 
setDynamicConstraints(Map<String, IPolicy>) - Method in class org.openliberty.arisid.protocol.ldap.PrivacyControl
 
setEntityName(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setFind(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setFindInteraction(String) - Method in class org.openliberty.arisidbeans.IDBeanRefDescriptor
 
setGetMethodName(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setLevel(int) - Method in interface org.openliberty.arisid.log.ILogger
 
setLevel(int) - Method in class org.openliberty.arisid.log.JavaUtilLogImpl
 
setLevel(int) - Method in class org.openliberty.arisid.log.Log4JImpl
 
setMethodName(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setModify(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setModifyInteraction(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setModOperation(int) - Method in class org.openliberty.arisidbeans.ModPropertyValue
Set the Modify Operation
setName(String) - Method in interface org.openliberty.arisid.policy.IPolicy
Set the name identifier for a policy.
setName(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setName(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setNewLoggerClass(String) - Static method in class org.openliberty.arisid.log.LogHandler
 
setNumMandatoryFilters(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setNumPrimaryKeyFilters(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setObjRelationRefMethod(String) - Method in class org.openliberty.arisidbeans.ObjRelationMethodDescriptor
 
setPageSize(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setPolicy(IPolicy) - Method in class org.openliberty.arisid.AttributeValue
 
setPolicy(IPolicy) - Method in interface org.openliberty.arisid.IAttributeValue
Allows dynamic privacy policy constraints to be applied in the form of a WS-Policy.
setPredicate(boolean) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setPredRefCount(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setPrimaryKeyFilterName(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setRead(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setReadInteraction(String) - Method in class org.openliberty.arisidbeans.IDBeanRefDescriptor
 
setRole(boolean) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
setRoleRefCount(int) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setSearch(boolean) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setSearchInteraction(String) - Method in class org.openliberty.arisidbeans.IDBeanRefDescriptor
 
setSearchInteraction(String) - Method in class org.openliberty.arisidbeans.ObjRelationDescriptor
 
setSecondFilterName(String) - Method in class org.openliberty.arisidbeans.InteractionDescriptor
 
setSetMethodName(String) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
shutdown() - Static method in class org.openliberty.arisid.ArisIdServiceFactory
Initiate a graceful shutdown of all stacks being managed by the factory.
shutdown() - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
Method called typically by ArisIdServiceFactory to initiate a graceful shutdown.
SimplePasswordCallbackHandler - Class in org.openliberty.arisid.jaas
Simple password callback.
SimplePasswordCallbackHandler(String, String) - Constructor for class org.openliberty.arisid.jaas.SimplePasswordCallbackHandler
 
SimplePasswordCallbackHandler(CallbackHandler, String, String) - Constructor for class org.openliberty.arisid.jaas.SimplePasswordCallbackHandler
 
size() - Method in interface org.openliberty.arisid.IAttributeValue
Returns the number of elements currently available.
startup() - Method in interface org.openliberty.arisid.stack.IAttrSvcStack
Startup is called by ArisIdServiceFactory after the first instantiation.
SubjectNotUniqueException - Exception in org.openliberty.arisid.stack
The requested operation impacts more than one subject.
SubjectNotUniqueException() - Constructor for exception org.openliberty.arisid.stack.SubjectNotUniqueException
 
SubjectNotUniqueException(String) - Constructor for exception org.openliberty.arisid.stack.SubjectNotUniqueException
 
SubjectNotUniqueException(Throwable) - Constructor for exception org.openliberty.arisid.stack.SubjectNotUniqueException
 
SubjectNotUniqueException(String, Throwable) - Constructor for exception org.openliberty.arisid.stack.SubjectNotUniqueException
 

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