HomeSort by relevance Sort by last modified time
    Searched defs:Credential (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 112 // Credential holds user and group identities to be assumed
114 type Credential struct {
  /prebuilts/go/linux-x86/src/syscall/
exec_unix.go 112 // Credential holds user and group identities to be assumed
114 type Credential struct {
  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
Credential.java 11 public class Credential implements AuthParam {
29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload)
57 } else if (thatObject == null || thatObject.getClass() != Credential.class) {
60 return ((Credential) thatObject).getCredType() == getCredType();
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 14 public class Credential {
38 public Credential(long ctime, long expTime, String realm, boolean checkAAACert,
66 public Credential(long ctime, long expTime, String realm, boolean checkAAACert,
67 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) {
86 public Credential(long ctime, long expTime, String realm, boolean checkAAACert,
106 public Credential(Credential other, String password) {
178 Credential that = (Credential) o;
235 return "Credential{"
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Credential.java 18 public class Credential extends EmailContent implements Parcelable, BaseColumns {
20 public static final String TABLE_NAME = "Credential";
23 public static final Credential EMPTY = new Credential(-1, "", "", "", 0);
26 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/credential");
63 public Credential() {
67 public Credential(long id, String providerId, String accessToken, String refreshToken,
78 * Restore a Credential from the database, given its unique id
79 * @return the instantiated Credential
81 public static Credential restoreCredentialsWithId(Context context, long id)
    [all...]
HostAuth.java 76 static final String JSON_TAG_CREDENTIAL = "credential";
77 public transient Credential mCredential;
115 * Returns the credential object for this HostAuth. This will load from the
116 * database if the HosAuth has a valid credential key, or return null if not.
118 public Credential getCredential(Context context) {
121 mCredential = Credential.restoreCredentialsWithId(context, mCredentialKey);
128 * getOrCreateCredential Return the credential object for this HostAuth,
135 * @return the credential object for this HostAuth
137 public Credential getOrCreateCredential(Context context) {
141 mCredential = Credential.restoreCredentialsWithId(context, mCredentialKey)
    [all...]
EmailContent.java 192 Credential.initCredential();
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java 39 * Class representing Credential subtree in the PerProviderSubscription (PPS)
44 * In addition to the fields in the Credential subtree, this will also maintain necessary
45 * information for the private key and certificates associated with this credential.
47 public final class Credential implements Parcelable {
48 private static final String TAG = "Credential";
51 * Max string length for realm. Refer to Credential/Realm node in Hotspot 2.0 Release 2
57 * The time this credential is created. It is in the format of number
76 * The time this credential will expire. It is in the format of number
95 * The realm associated with this credential. It will be used to determine
96 * if this credential can be used to authenticate with a given hotspot b
    [all...]
  /packages/apps/Settings/src/com/android/settings/
UserCredentialsSettings.java 81 final Credential item = (Credential) view.getTag();
102 private static final String ARG_CREDENTIAL = "credential";
104 public static void show(Fragment target, Credential item) {
118 final Credential item = (Credential) getArguments().getParcelable(ARG_CREDENTIAL);
166 * If the {@link Credential} is for a system alias, all active grants to the alias will be
169 private class RemoveCredentialsTask extends AsyncTask<Credential, Void, Credential[]> {
179 protected Credential[] doInBackground(Credential... credentials)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserManager.h 56 /// The user credential identifier associated with this user information or else Nil if the
57 /// information is not associated with any specific credential.
59 EFI_GUID Credential;
79 /// User credential class GUIDs
98 /// Credential logon flags
138 /// Specifies the type of a particular credential associated with the user profile.
143 /// Specifies the user-readable name of a particular credential type.
148 /// Specifies the credential provider.
153 /// Specifies the user-readable name of a particular credential's provider.
158 /// Provides PKCS#11 credential information from a smart card.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 680 milliseconds