public class SakaiCredential extends Object implements Serializable, Comparable<SakaiCredential>
| Modifier and Type | Field and Description |
|---|---|
@NotNull URL |
host |
@NotNull String |
id |
@NotNull String |
password |
| Constructor and Description |
|---|
SakaiCredential(@NotNull String id,
@NotNull String password,
@NotNull String host)
Creates a Sakai Credential
|
SakaiCredential(@NotNull String id,
@NotNull String password,
@NotNull URL host)
Creates a Sakai Credential
|
@NotNull public final @NotNull String id
@NotNull public final @NotNull URL host
@NotNull public final @NotNull String password
public SakaiCredential(@NotNull
@NotNull String id,
@NotNull
@NotNull String password,
@NotNull
@NotNull URL host)
id - the User Idpassword - the password of the User IDhost - the host of the credentialpublic SakaiCredential(@NotNull
@NotNull String id,
@NotNull
@NotNull String password,
@NotNull
@NotNull String host)
throws MalformedURLException
id - the User Idpassword - the password of the User IDhost - the host of the credentialMalformedURLException - If URL is invalidpublic int compareTo(@NotNull
@NotNull SakaiCredential another)
compareTo in interface Comparable<SakaiCredential>Copyright © 2016. All rights reserved.