/** * Seam Identity Management * * @see org.jboss.seam.security.management.IdentityManager */ @Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security") @AutoCreate package org.jboss.seam.security.management; import org.jboss.seam.annotations.AutoCreate; import org.jboss.seam.annotations.Namespace;