Toggle navigation
JarYard
Browse
Search
About
Groups
org.apache.shiro
shiro-core
1.2.4
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
org
.
apache
.
shiro
.
util
Interface Nameable
All Known Implementing Classes:
AbstractLdapRealm
,
ActiveDirectoryRealm
,
AuthenticatingRealm
,
AuthorizingRealm
,
CachingRealm
,
IniRealm
,
JdbcRealm
,
JndiLdapRealm
,
PropertiesRealm
,
SimpleAccountRealm
,
TextConfigurationRealm
public interface
Nameable
Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
Since:
0.9
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
setName
(
String
name)
Sets the (preferably application unique) name for this component.
Method Detail
setName
void setName(
String
name)
Sets the (preferably application unique) name for this component.
Parameters:
name
- the preferably application unique name for this component.