gluu
|
公開メンバ関数 | |
FilterConfig () | |
FilterConfig (boolean supported) | |
boolean | isSupported () |
long | getMaxResults () |
void | setSupported (boolean supported) |
void | setMaxResults (long maxResults) |
非公開変数類 | |
boolean | supported |
long | maxResults |
This class represents the filter
complex attribute in the Service Provider Config (see section 5 of RFC 7643).
|
inline |
Creates an instance of FilterConfig with all its fields unassigned.
|
inline |
Creates an instance of FilterConfig using the parameter values passed.
supported | Specifies whether the filters are supported in searches. |
|
inline |
Returns the maximum number of results that may be returned as a response when sending queries to search endpoints.
|
inline |
Indicates whether filters are supported in searches or not
|
inline |
|
inline |
|
private |
|
private |