Package org.cyclos.entities.access
Class OAuthIdentityProvider
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,ProcessableForProxying,DefinesNetwork,ImageOwner<IdentityProvider,IdentityProviderImage>,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
OidcIdentityProvider
@Entity public class OAuthIdentityProvider extends IdentityProvider
An identity provider which works with OAuth protocol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description OAuthIdentityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetClientSecret()IdentityProviderProtocolgetProtocol()voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)-
Methods inherited from class org.cyclos.entities.access.IdentityProvider
getBackgroundColor, getBorderColor, getDataTranslationType, getImage, getNetwork, getTextColor, getType, getUploadedImage, isEnabled, setBackgroundColor, setBorderColor, setEnabled, setImage, setNetwork, setTextColor, setType, setUploadedImage
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.system.ImageOwner
getImages, setImages
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
getClientSecret
public String getClientSecret()
-
getProtocol
public IdentityProviderProtocol getProtocol()
- Specified by:
getProtocolin classIdentityProvider
-
setClientId
public void setClientId(String clientId)
-
setClientSecret
public void setClientSecret(String clientSecret)
-
-