Package com.enonic.xp.security
Class IdProviderKeys
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<IdProviderKey>
-
- com.enonic.xp.security.IdProviderKeys
-
- All Implemented Interfaces:
java.lang.Iterable<IdProviderKey>
@Beta public final class IdProviderKeys extends AbstractImmutableEntityList<IdProviderKey>
-
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntityList
list
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IdProviderKeys
empty()
static IdProviderKeys
from(IdProviderKey... idProviderKeys)
static IdProviderKeys
from(java.lang.Iterable<? extends IdProviderKey> idProviderKeys)
static IdProviderKeys
from(java.lang.String... idProviderKeys)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntityList
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
-
-
-
-
Method Detail
-
from
public static IdProviderKeys from(IdProviderKey... idProviderKeys)
-
from
public static IdProviderKeys from(java.lang.Iterable<? extends IdProviderKey> idProviderKeys)
-
from
public static IdProviderKeys from(java.lang.String... idProviderKeys)
-
empty
public static IdProviderKeys empty()
-
-