ome.security.auth
Class AttributeSet
java.lang.Object
ome.security.auth.AttributeSet
public class AttributeSet
- extends Object
Specialized handling of all the attributes, multi or single valued.
- Since:
- Beta4.2
- Author:
- Josh Moore, josh at glencoesoftware.com
Constructor Summary |
AttributeSet(org.springframework.ldap.core.DirContextAdapter ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeSet
public AttributeSet(org.springframework.ldap.core.DirContextAdapter ctx)
key
public String key(String id)
getFirst
public String getFirst(String id)
getAll
public Set<String> getAll(String id)
size
public int size(String id)
put
public String put(String id,
String value)
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.