Class AbstractLdapResource
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.integration.auth.AbstractAuthResource
-
- com.epam.ta.reportportal.ws.model.integration.auth.AbstractLdapResource
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ActiveDirectoryResource,LdapResource
public abstract class AbstractLdapResource extends AbstractAuthResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractLdapResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()LdapAttributesgetLdapAttributes()voidsetId(java.lang.Long id)voidsetLdapAttributes(LdapAttributes ldapAttributes)java.lang.StringtoString()-
Methods inherited from class com.epam.ta.reportportal.ws.model.integration.auth.AbstractAuthResource
getType, setType
-
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getLdapAttributes
public LdapAttributes getLdapAttributes()
-
setLdapAttributes
public void setLdapAttributes(LdapAttributes ldapAttributes)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-