Package swiss.trustbroker.api.idm.dto
Interface IdmRequest
public interface IdmRequest
Definition of the request to query the IDM.
(Corresponds to the RelyingParty IdmQuery configuration.)
(Corresponds to the RelyingParty IdmQuery configuration.)
-
Method Details
-
getId
String getId() -
getName
String getName() -
getStore
String getStore()- Returns:
- The name of the IDM store this request is targeting.
-
getOrder
Integer getOrder()- Returns:
- The order of the execution of the query.
- Since:
- 1.15.0
-
getIssuerNameIdAttribute
AttributeName getIssuerNameIdAttribute() -
getSubjectNameIdAttribute
AttributeName getSubjectNameIdAttribute() -
getClientExtId
String getClientExtId() -
getAppFilter
String getAppFilter() -
getSubResource
String getSubResource() -
isFetchActiveOnly
boolean isFetchActiveOnly() -
getAttributeSelection
List<AttributeName> getAttributeSelection() -
getUserStatusPolicy
String getUserStatusPolicy()
-