public class LDAPCustomAttributes extends Object implements Serializable
LDAPUser
that does not map to LDAP managed attributesConstructor and Description |
---|
LDAPCustomAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
Serializable value) |
void |
clear() |
Serializable |
getAttribute(String name) |
Map<String,Serializable> |
getAttributes() |
void |
removeAttribute(String key) |
public void addAttribute(String key, Serializable value)
public void removeAttribute(String key)
public Map<String,Serializable> getAttributes()
public Serializable getAttribute(String name)
public void clear()
Copyright © 2018 JBoss by Red Hat. All rights reserved.