|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.AuthenticationScheme
public class AuthenticationScheme
This class represents the AuthenticationSchemes complex attribute in the Service Provider Config.
| Field Summary | |
|---|---|
static AttributeValueResolver<AuthenticationScheme> |
AUTHENTICATION_SCHEME_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from AuthenticationScheme instances. |
| Constructor Summary | |
|---|---|
AuthenticationScheme(String name,
String description,
String specUrl,
String documentationUrl,
String type,
boolean primary)
Create a value of the SCIM AuthenticationSchemes attribute. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getDescription()
Retrieves the description of the Authentication Scheme. |
String |
getDocumentationUrl()
Retrieves the HTTP addressable URL pointing to the Authentication Scheme's usage documentation. |
String |
getName()
Retrieves the name of the Authentication Scheme. |
String |
getSpecUrl()
Retrieves the HTTP addressable URL pointing to the Authentication Scheme's specification. |
String |
getType()
Retrieves the type of Authentication Scheme. |
int |
hashCode()
|
boolean |
isPrimary()
Indicates whether this value is the primary value. |
void |
setDescription(String description)
Sets the description of the Authentication Scheme. |
void |
setDocumentationUrl(String documentationUrl)
Sets the HTTP addressable URL pointing to the Authentication Scheme's usage documentation. |
void |
setName(String name)
Sets the name of the Authentication Scheme. |
void |
setPrimary(boolean primary)
Specifies whether this value is the primary value. |
void |
setSpecUrl(String specUrl)
Sets the HTTP addressable URL pointing to the Authentication Scheme's specification. |
void |
setType(String type)
Sets the type of Authentication Scheme. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeValueResolver<AuthenticationScheme> AUTHENTICATION_SCHEME_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from AuthenticationScheme instances.
| Constructor Detail |
|---|
public AuthenticationScheme(String name,
String description,
String specUrl,
String documentationUrl,
String type,
boolean primary)
name - The name of the Authentication Scheme.description - The description of the Authentication Scheme.specUrl - A HTTP addressable URL pointing to the
Authentication Scheme's specification.documentationUrl - A HTTP addressable URL pointing to the
Authentication Scheme's usage documentation.type - The type of Authentication Scheme.primary - Specifies whether this value is the primary value.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name of the Authentication Scheme.public String getDescription()
public void setDescription(String description)
description - The description of the Authentication Scheme.public String getSpecUrl()
null if there is none.public void setSpecUrl(String specUrl)
specUrl - The HTTP addressable URL pointing to the Authentication
Scheme's specification.public String getDocumentationUrl()
public void setDocumentationUrl(String documentationUrl)
documentationUrl - The HTTP addressable URL pointing to the
Authentication Scheme's usage documentation.public boolean isPrimary()
true if this value is the primary value or
false otherwise.public void setPrimary(boolean primary)
primary - Whether this value is the primary value.public String getType()
public void setType(String type)
type - The type of Authentication Scheme.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||