public class IdentityProviderUtil
extends java.lang.Object
IdentityProvider instances.| Modifier and Type | Field and Description |
|---|---|
static com.microfocus.android.mobile.sdk.library.IdentityProviderUtil.IdentityProviderHostComparator |
identityProviderHostComparator
Use this comparator instance to sort
IdentityProvider instances by host name. |
| Constructor and Description |
|---|
IdentityProviderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Adapter adapter,
java.util.List<IdentityProvider> two)
Perform an order insensitive compare on two sets of Identity Provider objects.
|
public static final com.microfocus.android.mobile.sdk.library.IdentityProviderUtil.IdentityProviderHostComparator identityProviderHostComparator
IdentityProvider instances by host name.public static boolean equals(Adapter adapter,
java.util.List<IdentityProvider> two)
adapter - The adapter, assumed to contain IdentityProvider instances, that
will be used to obtain the set of IdentityProvider instances that
will be compared against the IdentityProvider instances in parameter
two.two - The list of IdentityProvider instances that will be compared against
the IdentityProvider instances in adapter.true iff the two sets of IdentityProvider instances are equal.