Package io.jans.as.server.model.ldap
Class ClientAuthorization
- java.lang.Object
-
- io.jans.as.server.model.ldap.ClientAuthorization
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientAuthorization extends java.lang.Object implements java.io.Serializable- Version:
- October 16, 2015
- Author:
- Javier Rojas Blum
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetClientId()java.lang.StringgetDn()java.util.DategetExpirationDate()java.lang.StringgetId()java.lang.String[]getScopes()java.lang.IntegergetTtl()java.lang.StringgetUserId()inthashCode()booleanisDeletable()voidsetClientId(java.lang.String clientId)voidsetDeletable(boolean deletable)voidsetDn(java.lang.String dn)voidsetExpirationDate(java.util.Date expirationDate)voidsetId(java.lang.String id)voidsetScopes(java.lang.String[] scopes)voidsetTtl(java.lang.Integer ttl)voidsetUserId(java.lang.String userId)
-
-
-
Method Detail
-
getTtl
public java.lang.Integer getTtl()
-
setTtl
public void setTtl(java.lang.Integer ttl)
-
getDn
public java.lang.String getDn()
-
setDn
public void setDn(java.lang.String dn)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getClientId
public java.lang.String getClientId()
-
setClientId
public void setClientId(java.lang.String clientId)
-
getScopes
public java.lang.String[] getScopes()
-
setScopes
public void setScopes(java.lang.String[] scopes)
-
getUserId
public java.lang.String getUserId()
-
setUserId
public void setUserId(java.lang.String userId)
-
getExpirationDate
public java.util.Date getExpirationDate()
-
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
-
isDeletable
public boolean isDeletable()
-
setDeletable
public void setDeletable(boolean deletable)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-