Clients may communicate with authenticators using a variety of mechanisms. We define
authenticators that are part of the client's platform as having a platform attachment, and
refer to them as platform authenticators. While those that are reachable via
cross-platform transport protocols are defined as having cross-platform attachment, and refer
to them as roaming authenticators.
See Attachment
Inherited Constant Summary
From interface android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_STABILITY_LOCAL |
|
| int |
PARCELABLE_STABILITY_VINTF |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Inherited Method Summary
From class java.lang.Enum
|
final Object
|
clone()
|
| final int |
|
| int |
|
| final boolean |
|
| final void |
finalize()
|
|
final Class<Attachment>
|
getDeclaringClass()
|
| final int |
hashCode()
|
|
final String
|
name()
|
| final int |
ordinal()
|
|
String
|
toString()
|
|
static <T extends Enum<T>>
T
|
|
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface java.lang.Comparable
From interface android.os.Parcelable
| abstract int |
describeContents()
|
| int |
getStability()
|
| abstract void |
writeToParcel( Parcel arg0,
int arg1)
|
Enum Values
public static final Attachment
CROSS_PLATFORM
public static final Attachment
PLATFORM