Package org.apache.guacamole.net.auth
Interface ReadableAttributes
-
- All Known Subinterfaces:
ActivityRecord,Attributes,Connection,ConnectionGroup,ConnectionRecord,SharingProfile,User,UserGroup
- All Known Implementing Classes:
AbstractConnection,AbstractConnectionGroup,AbstractSharingProfile,AbstractUser,AbstractUserGroup,DelegatingActivityRecord,DelegatingConnection,DelegatingConnectionGroup,DelegatingConnectionRecord,DelegatingSharingProfile,DelegatingUser,DelegatingUserGroup,SimpleConnection,SimpleConnectionGroup,SimpleUser,SimpleUserGroup,TokenInjectingConnection,TokenInjectingConnectionGroup
public interface ReadableAttributesAn object which is associated with a set of arbitrary attributes, defined as name/value pairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getAttributes()Returns all attributes associated with this object.
-