Methods

find

This method allows you to quickly search for an authenticator within the community.
global Community.Authenticator find(String fieldName, Object criteria);

Input

fieldName : Attribute of the Authenticator to match. Valid values are id, name and providerName
criteria : The value you are looking for

Return

The first authenticator object which matches the criteria or null if no matches found.

asList

This method allows you to quickly search for an authenticator within the community.
global Community.Authenticator[] asList();

Return

The List of all authenticator objects available in the current community.