public class SakaiCredential extends Object implements Serializable, Comparable<SakaiCredential>
| Constructor and Description |
|---|
SakaiCredential(String id,
String password,
String host)
Creates a Sakai Credential
|
SakaiCredential(String id,
String password,
URL host)
Creates a Sakai Credential
|
@NotNull public final String id
@NotNull public final URL host
@NotNull public final String password
public SakaiCredential(@NotNull
String id,
@NotNull
String password,
@NotNull
URL host)
id - the User Idpassword - the password of the User IDhost - the host of the credentialpublic SakaiCredential(@NotNull
String id,
@NotNull
String password,
@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
SakaiCredential another)
compareTo in interface Comparable<SakaiCredential>Copyright © 2016. All rights reserved.