Package org.globus.gsi.stores
Interface SecurityObjectWrapper<T>
-
- Type Parameters:
T- The type of security object to be wrapped
- All Known Subinterfaces:
CredentialWrapper
- All Known Implementing Classes:
AbstractResourceSecurityWrapper,CertKeyCredential,ResourceCRL,ResourceProxyCredential,ResourceTrustAnchor
public interface SecurityObjectWrapper<T>Fill Me
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()TgetSecurityObject()booleanhasChanged()voidrefresh()
-
-
-
Method Detail
-
refresh
void refresh() throws ResourceStoreException- Throws:
ResourceStoreException
-
getSecurityObject
T getSecurityObject() throws ResourceStoreException
- Throws:
ResourceStoreException
-
getAlias
java.lang.String getAlias()
-
hasChanged
boolean hasChanged()
-
-