Uses of Class
org.openiam.api.connector.model.StringConnectorAttribute
-
-
Uses of StringConnectorAttribute in org.openiam.api.connector
Methods in org.openiam.api.connector with type parameters of type StringConnectorAttribute Modifier and Type Method Description abstract <listResponse extends ConnectorObject<StringConnectorAttribute>>
voidAbstractSearchConnectorResponse. setSearchResponse(List<listResponse> listResponses)
-
Uses of StringConnectorAttribute in org.openiam.api.connector.group.response
Methods in org.openiam.api.connector.group.response with type parameters of type StringConnectorAttribute Modifier and Type Method Description <listResponse extends ConnectorObject<StringConnectorAttribute>>
voidSearchGroupProvisioningConnectorResponse. setSearchResponse(List<listResponse> listResponses)
-
Uses of StringConnectorAttribute in org.openiam.api.connector.user.response
Methods in org.openiam.api.connector.user.response with type parameters of type StringConnectorAttribute Modifier and Type Method Description <listResponse extends ConnectorObject<StringConnectorAttribute>>
voidSearchUserProvisioningConnectorResponse. setSearchResponse(List<listResponse> listResponses)
-
Uses of StringConnectorAttribute in org.openiam.idm.provisioning.service
Methods in org.openiam.idm.provisioning.service with type parameters of type StringConnectorAttribute Modifier and Type Method Description protected <T extends ConnectorObject<StringConnectorAttribute>,E extends LookupBaseResponse>
voidAbstractProvisioningOperation. fillExtensibleAttributes(E lookupGroupResponse, T responseConnectorObject)
-
Uses of StringConnectorAttribute in org.openiam.idm.provisioning.util
Methods in org.openiam.idm.provisioning.util with type parameters of type StringConnectorAttribute Modifier and Type Method Description static <T extends ConnectorObject<StringConnectorAttribute>>
List<LineObject>SearchResponseToLineObjectConverter. toLineObjects(List<T> connectorObjects)
-
Uses of StringConnectorAttribute in org.openiam.idm.service
Methods in org.openiam.idm.service that return StringConnectorAttribute Modifier and Type Method Description StringConnectorAttribute
AbstractDefaultPolicyMapper. getValue(D t, AttributeMap attributeMap, String mngSysId, boolean isForceExecution)
StringConnectorAttribute
IDefaultPolicyMapper. getValue(D t, AttributeMap attributeMap, String mngSysId, boolean isSpecialAttribute)
-