GigaSpaces XAP 9.5 API

com.gigaspaces.security.authorities
Class SpaceAuthority.ClassFilter

java.lang.Object
  extended by com.gigaspaces.security.authorities.SpaceAuthority.ClassFilter
All Implemented Interfaces:
SpaceAuthority.Filter<String>, Serializable
Direct Known Subclasses:
SpaceAuthority.NegateClassFilter
Enclosing class:
SpaceAuthority

public static class SpaceAuthority.ClassFilter
extends Object
implements SpaceAuthority.Filter<String>

Class filter accepting only the defined class-name.

See Also:
Serialized Form

Constructor Summary
SpaceAuthority.ClassFilter(String className)
           
 
Method Summary
 boolean accept(String otherClassName)
          Tests whether or not the object is acceptable.
 String getClassName()
           
 String getExpression()
          The wildcard expression representing this filter.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceAuthority.ClassFilter

public SpaceAuthority.ClassFilter(String className)
Method Detail

getClassName

public String getClassName()

toString

public String toString()
Overrides:
toString in class Object

accept

public boolean accept(String otherClassName)
Description copied from interface: SpaceAuthority.Filter
Tests whether or not the object is acceptable.

Specified by:
accept in interface SpaceAuthority.Filter<String>
Parameters:
otherClassName - an object to accept.
Returns:
true if and only if the filter accepts the the given string; false otherwise.

getExpression

public String getExpression()
Description copied from interface: SpaceAuthority.Filter
The wildcard expression representing this filter.

Specified by:
getExpression in interface SpaceAuthority.Filter<String>
Returns:
wildcard expression.

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.