Package org.forgerock.android.auth
Class AuthService
- java.lang.Object
-
- org.forgerock.android.auth.AuthService
-
public class AuthService extends java.lang.ObjectModel of an authentication service.To create a new AuthService object use the static
builder().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthService.AuthServiceBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPOSITE_ADVICEstatic java.lang.StringSERVICEstatic java.lang.StringSUSPENDED_ID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthService.AuthServiceBuilderbuilder()java.lang.StringgetAuthServiceId()java.lang.StringgetName()android.net.UrigetResumeURI()voidnext(android.content.Context context, NodeListener<?> listener)Move on to the next node in the tree.
-
-
-
Field Detail
-
SERVICE
public static final java.lang.String SERVICE
- See Also:
- Constant Field Values
-
COMPOSITE_ADVICE
public static final java.lang.String COMPOSITE_ADVICE
- See Also:
- Constant Field Values
-
SUSPENDED_ID
public static final java.lang.String SUSPENDED_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static AuthService.AuthServiceBuilder builder()
-
next
public void next(android.content.Context context, NodeListener<?> listener)Move on to the next node in the tree.- Parameters:
context- The Application Contextlistener- Listener for receivingAuthServicerelated changes
-
getName
public java.lang.String getName()
-
getAuthServiceId
public java.lang.String getAuthServiceId()
-
getResumeURI
public android.net.Uri getResumeURI()
-
-