com.gigaspaces.security
Class AuthorityFactory
java.lang.Object
com.gigaspaces.security.AuthorityFactory
public final class AuthorityFactory
- extends Object
A factory for creating an Authority
instance back from its String representation returned by
Authority.getAuthority()
- Since:
- 7.0.1
- Author:
- Moran Avigdor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorityFactory
public AuthorityFactory()
create
public static Authority create(String authority)
- Creates an
Authority
instance out of its String representation
Authority.getAuthority()
.
- Parameters:
authority
- An authority String representation.
- Returns:
- An authority instance.
Copyright © GigaSpaces.